Skip to content

Commit 6ffe65e

Browse files
author
Dawn Perchik
committed
LWG3351 ranges::enable_safe_range should not be constrained
1 parent 47291e8 commit 6ffe65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
template<class T>
5252
concept range = @\seebelow@;
5353

54-
template<range T>
54+
template<class T>
5555
inline constexpr bool enable_safe_range = false;
5656

5757
template<class T>

0 commit comments

Comments
 (0)