
26 Nov
2007
26 Nov
'07
9:19 a.m.
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