Disable forward_as_tuple test for older Visual C++.

This commit is contained in:
Daniel James
2014-01-23 22:49:05 +00:00
parent 70190b3aa2
commit a4881436d2

View File

@ -510,7 +510,8 @@ namespace unnecessary_copy_tests
MOVE_COUNT(tuple_move_cost);
#if !defined(BOOST_NO_CXX11_HDR_TUPLE) && \
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ < 6)
!(defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ < 6) && \
!(defined(BOOST_MSVC) && BOOST_MSVC < 1700)
reset();
x.emplace(boost::unordered::piecewise_construct,
std::forward_as_tuple(b.first),