[conversion] lexical_cast behaviour changed from 1_33_1

25 Feb
2007
25 Feb
'07
11:08 a.m.
Compiling the following code on MSVC80, sp1 has different behaviour in the latest CVS head compared to 1_33_1? double dbl(88.8); std::cout << boost::lexical_caststd::string(dbl) << std::endl; boost1.33.1 = 88.8 boost::CVS = 88.799999999999997 Any ideas as I prefer the old behaviour? Thanks.
6607
Age (days ago)
6607
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul O'Neill