/* Copyright 2018 Glen Joseph Fernandes (glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifdef TEST_STD #include #else #include #endif #include "check_integral_constant.hpp" TT_TEST_BEGIN(is_unbounded_array) BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); #ifndef BOOST_NO_CXX11_RVALUE_REFERENCES BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unbounded_array::value, false); #endif TT_TEST_END