Added incomplete_type test case.

[SVN r12801]
This commit is contained in:
John Maddock
2002-02-14 12:55:35 +00:00
parent 57f8b8fe9c
commit d419537e15

View File

@ -379,6 +379,8 @@ struct test_abc2
virtual void foo2() = 0;
};
struct incomplete_type;
#endif // BOOST_TYPE_TRAITS_TEST_HPP