Skip to content

Commit

Permalink
[string.view.synop] Index specializations of enable_view
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Aug 22, 2022
1 parent 393e27e commit 3d1bb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
class basic_string_view;

template<class charT, class traits>
inline constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true;
inline constexpr bool ranges::@\libspec{enable_view}{basic_string_view}@<basic_string_view<charT, traits>> = true;
template<class charT, class traits>
inline constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@<basic_string_view<charT, traits>> = true;

Expand Down

0 comments on commit 3d1bb00

Please sign in to comment.