Boost logo

Boost Users :

From: Paul O'Neill (paul.boost_at_[hidden])
Date: 2007-02-25 06:08:46


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_cast<std::string>(dbl) << std::endl;

boost1.33.1 = 88.8
boost::CVS = 88.799999999999997

Any ideas as I prefer the old behaviour?

Thanks.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net