This commit is contained in:
Oleg Endo 2017-07-09 15:20:28 +09:00
parent b753cb6ee7
commit e3bb156f82

View file

@ -6675,7 +6675,7 @@ class basic_json
std::vector<CharType>& v;
};
/// putput adapter for output streams
/// output adapter for output streams
template<typename CharType>
class output_stream_adapter : public output_adapter<CharType>
{