2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 13:52:11 +00:00
Jessica Hamilton c493546c32 Fix feature test of BOOST_NO_CXX11_VARIADIC_MACROS
Change b41a935 introduced regression failures due to preprocessor errors with respect to the && operator, leading to the following error:

../boost/test/test_tools.hpp:50:87: error: operator '&&' has no right operand
 #if !BOOST_PP_VARIADICS || ((__cplusplus >= 201103L) && BOOST_NO_CXX11_VARIADIC_MACROS)
2015-05-05 16:56:00 +12:00
2015-03-16 13:24:59 +03:00
2014-08-18 15:11:16 +01:00
2015-05-04 14:22:27 -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
2014-03-03 01:16:29 -05: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
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)
Description
Mirrored via gitea-mirror
Readme BSL-1.0 13 MiB
Languages
C++ 99%
CMake 0.9%