Skip to content

Commit db97739

Browse files
JohelEGPtkoeppe
authored andcommitted
[string.view.synop] Index specializations of enable_view
1 parent 466a580 commit db97739

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
@@ -541,7 +541,7 @@
541541
class basic_string_view;
542542

543543
template<class charT, class traits>
544-
constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true;
544+
constexpr bool ranges::@\libspec{enable_view}{basic_string_view}@<basic_string_view<charT, traits>> = true;
545545
template<class charT, class traits>
546546
constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@<basic_string_view<charT, traits>> = true;
547547

0 commit comments

Comments
 (0)