mirror of
https://github.com/boostorg/beast.git
synced 2026-07-05 07:50:50 +02:00
e47811bef2
The log member is changed to derive from std::ostream. A new class dstream is derived from std::ostream to support redirection to the Visual Studio Output Window if a debugger is attached. Obsolete classes abstract_ostream and its derived variants are removed.