Boost logo

Boost :

From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-11-26 04:19:46


Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
> Hello, the aforementioned revision adds a new Traits template parameter to
> boost::detail::lexical_stream, but it fails to accordingly upgrade the usage
of
> lexical_stream at line 1183:
>
> template<typename Target, typename Source>
> Target lexical_cast(Source arg)
> {
> detail::lexical_stream<Target, Source> interpreter;
> Target result;
> ...

The comment above this function says:
//call-by-value fallback version (deprecated)

This branch is only for compilers with BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
defined. There is no support for non-standard traits for such compilers.

--
Alexander

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