Skip to content

Commit c4c52b5

Browse files
authored
[format.syn] Add missing reference to [format.context] in header synopsis (#3954)
1 parent f683a26 commit c4c52b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/utilities.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19125,6 +19125,7 @@
1912519125
using format_parse_context = basic_format_parse_context<char>;
1912619126
using wformat_parse_context = basic_format_parse_context<wchar_t>;
1912719127

19128+
// \ref{format.context}, class template \tcode{basic_format_context}
1912819129
template<class Out, class charT> class basic_format_context;
1912919130
using format_context = basic_format_context<@\unspec@, char>;
1913019131
using wformat_context = basic_format_context<@\unspec@, wchar_t>;

0 commit comments

Comments
 (0)