$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dmitry Ivankov (divanorama_at_[hidden])
Date: 2007-01-21 07:11:40
Hmm, maybe std::numeric_limits isn't specialized for classes?
In that case it's possible to use it only for non-classes.
Looks like that 18.2.1/1 and 18.2.1/4 states that numeric_limits is only for
fundamental types.
So maybe just fix lexical_cast so that it won't use std::numeric_limits for
classes?