mirror of
https://github.com/boostorg/functional.git
synced 2026-01-25 16:32:29 +01:00
d8d39c8f90561ebfc01ba9acf4de3c3af73b4d52
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. Fixes #2392. [SVN r49254]
Description
Boost.org functional module
Languages
HTML
52.4%
C++
47.3%
CMake
0.3%