mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-03 09:42:20 +00:00
011fc2f3d58fad4698a445df8df563ddfabbe7aa
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 path=/trunk/boost/numeric/ublas/; revision=49254
Description
Mirrored via gitea-mirror
Languages
C++
99%
QMake
0.5%
Python
0.3%
Shell
0.1%