Changeset 84113

Timestamp:
May 2, 2013, 5:28:27 PM (9 years ago)
Author:
Andrey Semashev
Message:

basic_formatting_ostream no longer derives from std::basic_ostream, but rather reimplements its and its base classes interface closely. This solves problems with overloading operator<< for basic_formatting_ostream and user-defined types. This will break user's code if it relied on the inheritance from the standard stream types (such as passing basic_formatting_ostream object as an argument to a function receiving std::basic_ostream).

(No files)

Note: See TracChangeset for help on using the changeset viewer.