mirror of
https://github.com/boostorg/date_time.git
synced 2026-02-24 03:52:16 +00:00
9c0fb985c1bc8abf10184e5f3cb8ae94a4ffa08f
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]
Description
Languages
C++
98.4%
XSLT
0.6%
HTML
0.5%
Perl
0.3%
CMake
0.2%