
27 Jun
2012
27 Jun
'12
8:33 a.m.
Proposal: Add a sentry class that overrides std::cout/cerr/cin to work as boost::nowide::*. I understand that it cannot be done by default since it may 'break' code that writes to std::* and assumes some other encoding. However, when writing application code it's a reasonable assumption that 3rd party libraries will not write non-ASCII text to the global streams. -- Yakov