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 47291e8 commit 6ffe65eCopy full SHA for 6ffe65e
source/ranges.tex
@@ -51,7 +51,7 @@
51
template<class T>
52
concept range = @\seebelow@;
53
54
- template<range T>
+ template<class T>
55
inline constexpr bool enable_safe_range = false;
56
57
0 commit comments