Boost logo

Boost :

Subject: Re: [boost] Formal Review Request: Boost.String.Convert
From: Vladimir.Batov_at_[hidden]
Date: 2009-02-16 21:00:24


Upgraded to the version 0.10. Added boost::string::is_string<T>
SFINAE-based check. That allowed to discriminate the applicability of
conversion functions. Now they demand one of the parameters to be a string
(in broad sense, like C strings, std::(w)string, chat/wchar_t-based
containers) and the other *not* a string. Have straighten up the main
boost::string::convert() interface (was quite broken) so that all the
tests now run as expected.

g++ 4.2.4 (Linux) and Visual Studio 2008 are happy.

Thanks,
Vladimir.


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