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.
remove_cvref_t
1 parent 8fe775a commit 2ad9269Copy full SHA for 2ad9269
source/containers.tex
@@ -20190,7 +20190,7 @@
20190
20191
template<class T>
20192
concept @\defexposconcept{integral-constant-like}@ = // \expos
20193
- is_integral_v<remove_cv_ref_t<decltype(T::value)>> &&
+ is_integral_v<remove_cvref_t<decltype(T::value)>> &&
20194
!is_same_v<bool, remove_const_t<decltype(T::value)>> &&
20195
@\libconcept{convertible_to}@<T, decltype(T::value)> &&
20196
@\libconcept{equality_comparable_with}@<T, decltype(T::value)> &&
0 commit comments