Skip to content

Commit 2ad9269

Browse files
frederick-vs-jajwakely
authored andcommitted
[span.syn] Fix typo of remove_cvref_t
1 parent 8fe775a commit 2ad9269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20190,7 +20190,7 @@
2019020190

2019120191
template<class T>
2019220192
concept @\defexposconcept{integral-constant-like}@ = // \expos
20193-
is_integral_v<remove_cv_ref_t<decltype(T::value)>> &&
20193+
is_integral_v<remove_cvref_t<decltype(T::value)>> &&
2019420194
!is_same_v<bool, remove_const_t<decltype(T::value)>> &&
2019520195
@\libconcept{convertible_to}@<T, decltype(T::value)> &&
2019620196
@\libconcept{equality_comparable_with}@<T, decltype(T::value)> &&

0 commit comments

Comments
 (0)