mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-04 15:04:39 +02:00
Match is_range workaround in is_range_test3
This commit is contained in:
@@ -34,7 +34,12 @@ int main()
|
|||||||
{
|
{
|
||||||
using boost::container_hash::is_range;
|
using boost::container_hash::is_range;
|
||||||
|
|
||||||
|
#if !defined(BOOST_NO_CXX11_DECLTYPE) && !defined(BOOST_NO_SFINAE_EXPR) && !BOOST_WORKAROUND(BOOST_GCC, < 40700)
|
||||||
|
|
||||||
BOOST_TEST_TRAIT_TRUE((is_range<X1>));
|
BOOST_TEST_TRAIT_TRUE((is_range<X1>));
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOST_TEST_TRAIT_FALSE((is_range<X2>));
|
BOOST_TEST_TRAIT_FALSE((is_range<X2>));
|
||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
|
Reference in New Issue
Block a user