Skip to content

Commit de0affd

Browse files
JohelEGPtkoeppe
authored andcommitted
[string.view.synop] Index specializations of enable_borrowed_range
1 parent 484af3c commit de0affd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
template<class charT, class traits>
544544
constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true;
545545
template<class charT, class traits>
546-
constexpr bool ranges::enable_borrowed_range<basic_string_view<charT, traits>> = true;
546+
constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@<basic_string_view<charT, traits>> = true;
547547

548548
// \ref{string.view.comparison}, non-member comparison functions
549549
template<class charT, class traits>

0 commit comments

Comments
 (0)