File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4258
4258
// \ref{print.fun}, print functions
4259
4259
template<class... Args>
4260
4260
void print(format_string<Args...> fmt, Args&&... args);
4261
- void println();
4262
4261
template<class... Args>
4263
4262
void print(FILE* stream, format_string<Args...> fmt, Args&&... args);
4264
- void println(FILE* stream);
4265
4263
4266
4264
template<class... Args>
4267
4265
void println(format_string<Args...> fmt, Args&&... args);
4266
+ void println();
4268
4267
template<class... Args>
4269
4268
void println(FILE* stream, format_string<Args...> fmt, Args&&... args);
4269
+ void println(FILE* stream);
4270
4270
4271
4271
void vprint_unicode(string_view fmt, format_args args);
4272
4272
void vprint_unicode(FILE* stream, string_view fmt, format_args args);
You can’t perform that action at this time.
0 commit comments