* Fixed incorrect usage of Boost.Math when it does not support long double (fixes#8162)
* Fixed ambiguity of boost::lexical_cast functions (fixes#7421)
[SVN r83542]
* Deduce stream character type for user defined classes (fixes#6786)
* Deprecated macros replaced with new ones (thanks to Marshall Clow)
* Updated documentation (refs #6786, fixes#7582)
* More tests and minor bugfixes
[SVN r81668]
1) #warning replaced with #error (refs #7228)
2) Pavel Korzh added to thanks list (refs #7157)
3) BOOST_NOEXCEPT modifiers added where possible
4) better support for c++11 Unicode characters
5) fixed compilation with MSVC+STLPort
6) more agressive usage of Traits template parameter
7) Added lexical_cast(const CharType* chars, std::size_t count) function overload (refs #6430 and refs #6663)
8) Fixed GCC warning in numeric_cast_test.cpp
9) Fix compilation of lexical cast with MSVC 2003 (refs #7255)
[SVN r80409]
* force SunCC compiler to use fallback version of lexical_cast (with fallbak version SunCC can pass at least some tests)
* removed trailing whitespaces
[SVN r78565]