mirror of
https://github.com/boostorg/test.git
synced 2026-01-28 07:42:12 +00:00
757aa2aa020e701177ab4196d5cb59bddb5e0efe
Changed the occurences of FPT() to FPT(0). Since we expect a construction from int anyway, and since the previous implementation assumed that the default constructor initializes to numeric vaue zero, the change appears uncontroversial. What we gain, is that the default ctor is no longer required. The FP algos work for non-default-constructible types.
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-2014. 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%