cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

JP348 29.10.01 Add missing default template arguments #344

Closed wg21bot closed 4 years ago

wg21bot commented 4 years ago

The default template arguments are missing.

Proposed change:

template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>>
class basic_syncbuf;
template<class charT, class traits = char_traits<charT>, class Allocator = allocator<charT>>
class basic_osyncstream;
jensmaurer commented 4 years ago

Editorial meeting: Accepted.

Also file an LWG issue to make clear which headers make <ios> available. Once that's done, remove the default template arguments, because they're implied and redundant from <iosfwd>.