
9 Oct
2010
9 Oct
'10
9:23 p.m.
The latest version of Boost.Locale is doing something wierd to stream manipulators. For example, the following code should print 63:2c:7f. If you uncomment the line that sets the global locale to use a boost::locale instance, it prints 990:440:127. It seems to be ignoring the std::hex manipulator and doing something strange with std::width.
Thanks! You are right, I had fixed it in trunk, you are wellocome to use the latest version from SVN. https://cppcms.svn.sourceforge.net/svnroot/cppcms/boost_locale/trunk Artyom