We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1309094 + 5baba91 commit 8f8b6bbCopy full SHA for 8f8b6bb
include/istream
@@ -340,7 +340,7 @@ namespace std{
340
341
};
342
343
- template <class charT,class traits = char_traits<charT> > class _UCXXEXPORT basic_istream<charT,traits>::sentry {
+ template <class charT,class traits> class _UCXXEXPORT basic_istream<charT,traits>::sentry {
344
bool ok;
345
public:
346
explicit _UCXXEXPORT sentry(basic_istream<charT,traits>& os, bool noskipws = false){
include/ostream
@@ -277,7 +277,7 @@ namespace std {
277
#endif
278
279
280
- template <class charT,class traits = char_traits<charT> >
+ template <class charT,class traits>
281
class _UCXXEXPORT basic_ostream<charT,traits>::sentry
282
{
283
0 commit comments