
From: Patrick Horgan <phorgan1@gmail.com>
On 01/19/2011 09:50 AM, Artyom wrote:
... elision by patrick ... Take a look on this code:
http://art-blog.no-ip.info/files/nowide.zip building test failed on my linux box with gcc 4.6. Is it supposed to work here?
Actually if it fails then there is either bug in g++-4.6 or even more likely bug in my test :-) Because under Linux it is just something like namespace nowide { using std::fstream; }
[snip]
---------------------------------------------------------- Test Failed. "test_streambuf" end time: Jan 19 20:58 PST "test_streambuf" time elapsed: 00:00:00 ----------------------------------------------------------
End testing: Jan 19 20:58 PST
This is quite old code, the new one can be found as part of Booster - Boost-like part of CppCMS. http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/booster/boos... http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/booster/lib/... I fixed since then few bugs. If there is an interest I can extract the code once again, in any case new code is tested on many platforms and compilers: http://art-blog.no-ip.info/files/nightly-build-report.html Artyom