mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-17 01:45:26 +02:00
d98f72c4e18ecbc52f95bb458f48799737357a05
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
Languages
C++
98.7%
Python
0.7%
CMake
0.5%