mirror of
https://github.com/boostorg/test.git
synced 2026-01-30 20:32:10 +00:00
635b1e38dd643af264c2ea8f0ba08dfb58337e37
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]
This is the main directory for the Boost Test Library. (Not to be confused with a directory containing test programs for the parent directory.) Full instructions for use of this library can be accessed from libs/test/docs/index.html This library is part of boost (see www.boost.org), the latest version of the library is available from the boost web site, or development snapshots from the boost cvs repository at http://sourceforge.net/project/?group_id=7586 ************************************************************************ Copyright Gennadiy Rozental 2001-2004. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
Languages
C++
99%
CMake
0.9%