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 a606f61 commit 342daa7Copy full SHA for 342daa7
source/strings.tex
@@ -868,14 +868,10 @@
868
\item
869
\tcode{is_same_v<ranges::range_value_t<R>, charT>} is \tcode{true},
870
871
-\tcode{is_convertible_v<R, const charT*>} is \tcode{false},
+\tcode{is_convertible_v<R, const charT*>} is \tcode{false}, and
872
873
\tcode{d.operator ::std::basic_string_view<charT, traits>()}
874
-is not a valid expression, and
875
-\item
876
-if the \grammarterm{qualified-id} \tcode{remove_reference_t<R>::traits_type}
877
-is valid and denotes a type,
878
-\tcode{is_same_v<remove_reference_t<R>::traits_type, traits>} is \tcode{true}.
+is not a valid expression.
879
\end{itemize}
880
881
\pnum
0 commit comments