cplusplus / nbballot

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

JP349 29.10.02.1 Add missing default template arguments #345

Closed wg21bot closed 5 years ago

wg21bot commented 5 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 : public basic_streambuf<charT, traits> {
jensmaurer commented 5 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>.**