From d419537e15acf28506d0a24a69eef819756c3a9e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 14 Feb 2002 12:55:35 +0000 Subject: [PATCH] Added incomplete_type test case. [SVN r12801] --- include/boost/type_traits/type_traits_test.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/type_traits/type_traits_test.hpp b/include/boost/type_traits/type_traits_test.hpp index c1a8ac2..81aa050 100644 --- a/include/boost/type_traits/type_traits_test.hpp +++ b/include/boost/type_traits/type_traits_test.hpp @@ -379,6 +379,8 @@ struct test_abc2 virtual void foo2() = 0; }; +struct incomplete_type; + #endif // BOOST_TYPE_TRAITS_TEST_HPP