**Describe the bug** According to e.g.https://en.cppreference.com/w/cpp/io/clog std::clog should not be tied to cout **Command-line test case** Just check the source at https://github.com/microsoft/STL/blob/62137922ab168f8e23ec1a95c946821e24bde230/stl/src/clog.cpp#L31
Describe the bug
According to e.g.https://en.cppreference.com/w/cpp/io/clog std::clog should not be tied to cout
Command-line test case
Just check the source at
STL/stl/src/clog.cpp
Line 31 in 6213792