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 484af3c commit de0affdCopy full SHA for de0affd
source/strings.tex
@@ -543,7 +543,7 @@
543
template<class charT, class traits>
544
constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true;
545
546
- constexpr bool ranges::enable_borrowed_range<basic_string_view<charT, traits>> = true;
+ constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@<basic_string_view<charT, traits>> = true;
547
548
// \ref{string.view.comparison}, non-member comparison functions
549
0 commit comments