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 authored and tkoeppe committed Aug 16, 2023
1 parent 466a580 commit db97739
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>
constexpr bool ranges::enable_view<basic_string_view<charT, traits>> = true;
constexpr bool ranges::@\libspec{enable_view}{basic_string_view}@<basic_string_view<charT, traits>> = true;
template<class charT, class traits>
constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@<basic_string_view<charT, traits>> = true;

Expand Down

0 comments on commit db97739

Please sign in to comment.