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 8a64a42 commit b2b98e7Copy full SHA for b2b98e7
source/utilities.tex
@@ -19964,9 +19964,9 @@
19964
19965
\begin{codeblock}
19966
template<class charT, class... Args>
19967
-struct @\exposid{basic-format-string}@ { // exposition only
+struct @\exposid{basic-format-string}@ { // \expos
19968
private:
19969
- basic_string_view<charT> str; // exposition only
+ basic_string_view<charT> str; // \expos
19970
public:
19971
template<class T> consteval @\exposid{basic-format-string}@(const T& s);
19972
};
0 commit comments