$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-04-10 18:49:40
Yuval Ronen wrote:
> Beman Dawes wrote:
>
>>The proposal explicitly allows implementations to provide specializations.
>>It would be very unusual for the committee to require implementations to
>>supply specific specializations. Rather, that would be viewed as a quality
>>of implementation issue.
>
>
> Specializing lexical_cast means PTS for functions. Will this be added to
> core language?
Probably not.
This specialization can be made inside the function by means of a class
template.
-Thorsten