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 14df1b4 commit fe45c50Copy full SHA for fe45c50
source/containers.tex
@@ -20180,7 +20180,7 @@
20180
template<class T>
20181
concept @\defexposconcept{integral-constant-like}@ = // \expos
20182
is_integral_v<remove_cvref_t<decltype(T::value)>> &&
20183
- !is_same_v<bool, remove_const_t<decltype(T::value)>> &&
+ !is_same_v<bool, remove_cvref_t<decltype(T::value)>> &&
20184
@\libconcept{convertible_to}@<T, decltype(T::value)> &&
20185
@\libconcept{equality_comparable_with}@<T, decltype(T::value)> &&
20186
bool_constant<T() == T::value>::value &&
0 commit comments