$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [nowide] Updates and Standalone Version
From: Yakov Galka (ybungalobill_at_[hidden])
Date: 2012-06-27 04:33:01
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