Boost logo

Boost :

Subject: Re: [boost] [general] What will string handling in C++ look like in the future [was Always treat ... ]
From: Artyom (artyomtnk_at_[hidden])
Date: 2011-01-20 04:40:16


> From: Patrick Horgan <phorgan1_at_[hidden]>
>
> 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/booster/nowide/

http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/booster/lib/nowide/

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

      


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk