Skip to content

Commit b2b98e7

Browse files
jensmaurerJohelEGP
andauthored
Update source/utilities.tex
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
1 parent 8a64a42 commit b2b98e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19964,9 +19964,9 @@
1996419964

1996519965
\begin{codeblock}
1996619966
template<class charT, class... Args>
19967-
struct @\exposid{basic-format-string}@ { // exposition only
19967+
struct @\exposid{basic-format-string}@ { // \expos
1996819968
private:
19969-
basic_string_view<charT> str; // exposition only
19969+
basic_string_view<charT> str; // \expos
1997019970
public:
1997119971
template<class T> consteval @\exposid{basic-format-string}@(const T& s);
1997219972
};

0 commit comments

Comments
 (0)