Skip to content

Commit e9e2acb

Browse files
authored
[format.syn] Remove extraneous commas in vformat_to declarations (#4705)
1 parent 399fb73 commit e9e2acb

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
@@ -19676,9 +19676,9 @@
1967619676
Out format_to(Out out, const locale& loc, @\exposid{wformat-string}@<Args...> fmt, const Args&... args);
1967719677

1967819678
template<class Out>
19679-
Out vformat_to(Out out, string_view fmt, format_args, args);
19679+
Out vformat_to(Out out, string_view fmt, format_args args);
1968019680
template<class Out>
19681-
Out vformat_to(Out out, wstring_view fmt, wformat_args, args);
19681+
Out vformat_to(Out out, wstring_view fmt, wformat_args args);
1968219682
template<class Out>
1968319683
Out vformat_to(Out out, const locale& loc, string_view fmt, format_args args);
1968419684
template<class Out>

0 commit comments

Comments
 (0)