We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb01400 commit ab723fbCopy full SHA for ab723fb
source/containers.tex
@@ -20181,7 +20181,7 @@
20181
template<class T>
20182
concept @\defexposconcept{integral-constant-like}@ = // \expos
20183
is_integral_v<remove_cvref_t<decltype(T::value)>> &&
20184
- !is_same_v<bool, remove_const_t<decltype(T::value)>> &&
+ !is_same_v<bool, remove_cvref_t<decltype(T::value)>> &&
20185
@\libconcept{convertible_to}@<T, decltype(T::value)> &&
20186
@\libconcept{equality_comparable_with}@<T, decltype(T::value)> &&
20187
bool_constant<T() == T::value>::value &&
0 commit comments