In Boost 1.54 I have noticed that lexical_cast from double to string and back is much slower in Visual Studio 2013 (Visual C++ 12) than it was in Visual Studio 2010 (Visual C++ 10).
The following test program demonstrates the problem:
#include
In Boost 1.54 I have noticed that lexical_cast from double to string and back is much slower in Visual Studio 2013 (Visual C++ 12) than it was in Visual Studio 2010 (Visual C++ 10).
The following test program demonstrates the problem:
#include