
21 Jan
2007
21 Jan
'07
12:11 p.m.
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?