2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Andrzej Krzemieński b17702816a Changed v == T(0) to v == 0
With this change we get a *desired* compile time failure when we are passed type `T` that is not implicitly convertible from `int` but is explicitly convertible. Now, we make an implicit conversion from `int` a requirement and refuse to compile otherwise.

This addresses an issue where the user gives us a type `T` with non-intuitive construction from `int`.
2015-05-28 17:15:01 +02:00
2015-05-27 13:52:53 +02:00
2015-05-28 02:33:46 -04:00
2014-08-18 15:11:16 +01:00
2015-05-28 02:33:46 -04:00
2015-01-06 14:51:30 +01:00
2014-03-03 01:16:29 -05:00
2010-05-16 04:00:37 +00:00
2015-05-27 13:25:35 +02:00

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
http://www.boost.org/doc/libs/release/libs/test/

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 git repository at 
https://github.com/boostorg/test

************************************************************************

Copyright Gennadiy Rozental 2001-2014.
Copyright Boost.Test team 2013-2015.
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)
Description
Mirrored via gitea-mirror
Readme BSL-1.0 13 MiB
Languages
C++ 99%
CMake 0.9%