2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-03 09:32:10 +00:00

Fixing the MSVC macros on GCC

This commit is contained in:
Raffi Enficiaud
2015-03-29 09:59:12 +02:00
parent 0f9739d97c
commit 9879db3c3e

View File

@@ -152,7 +152,7 @@ make(DS const& ds)
// fwrd declaration for singletons
#if (defined(BOOST_MSVC) && (BOOST_MSVC >= 1600)) || defined(BOOST_TEST_DOXYGEN_DOC__)
#if !(defined(BOOST_MSVC) && (BOOST_MSVC < 1600))
//! @overload boost::unit_test::data::make()
template<typename T>
inline typename BOOST_TEST_ENABLE_IF<!is_forward_iterable<T>::value &&