Commit Graph

11 Commits

Author SHA1 Message Date
Romain Geissler
53de752e1f Use BOOST_NOEXCEPT_OR_NOTHROW in public headers to prepare for C++20 2019-04-18 12:43:28 -04:00
Antony Polukhin
e6fa2c4b6d Merge from trunk
* Much more tests
* Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
* Supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
* Fixed compilation of lexical_cast with BOOST_NO_STD_LOCALE defined
* Documentation updates
* Case insensitive "NaN" and "Inf" parsing 
* Performance tests commit

[SVN r77288]
2012-03-10 07:31:36 +00:00
John Maddock
5963a9cb67 Merge fixes from Trunk.
Fixes #2392.

Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.

Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
Beman Dawes
225b672e44 Merge trunk
[SVN r47717]
2008-07-23 15:15:27 +00:00
Fernando Cacciola
b83988d8a1 Old numeric_cast<> completely replaced by new code (except that the old code is retained as a fallback mechanism for old broken compilers that can't deal with the new code)
[SVN r29761]
2005-06-23 23:33:01 +00:00
Fernando Cacciola
5ca94ac507 Fixed bug in RoundEven
[SVN r28576]
2005-05-02 14:42:52 +00:00
Joaquín M. López Muñoz
8c2a6a8fd7 taken care of BOOST_NO_STDC_NAMESPACE
[SVN r25332]
2004-09-22 09:21:30 +00:00
Aleksey Gurtovoy
c5a67fcf41 merge new MPL version from 'mplbook' branch
[SVN r24874]
2004-09-02 15:41:37 +00:00
Rene Rivera
e7d3b3d185 Replace direct use of compatibility/cpp_c_headers/cmath with correct indirect <cmath>. This fixes multiple resolution errors on platforms that have the correct headers.
[SVN r24234]
2004-08-01 16:05:07 +00:00
Rene Rivera
3b3f1a578c Remove tabs in file.
[SVN r24043]
2004-07-25 17:12:17 +00:00
Fernando Cacciola
be7ce8a2c8 Myself Added
[SVN r23175]
2004-06-24 12:01:42 +00:00