From 58d70ed28b98dbadfe017ce8e5f2e75b455ea382 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 11 Dec 2015 17:32:37 +0000 Subject: [PATCH] Add tests for https://svn.boost.org/trac/boost/ticket/11840. --- test/is_complex_test.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/is_complex_test.cpp b/test/is_complex_test.cpp index f47c641..2d0c2e8 100644 --- a/test/is_complex_test.cpp +++ b/test/is_complex_test.cpp @@ -32,6 +32,15 @@ TT_TEST_BEGIN(is_complex) BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); + BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_complex >::value, true); TT_TEST_END