Updated is_convertible test cases to check polymorphic-type conversions.

Added more test types to testing header.
Changed utility code to use new test header.


[SVN r27807]
This commit is contained in:
John Maddock
2005-03-24 18:20:18 +00:00
parent dcb2dd4736
commit a157c345ee
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <typeinfo>
#include <boost/call_traits.hpp>
#include <boost/type_traits/type_traits_test.hpp>
#include <libs/type_traits/test/test.hpp>
// a way prevent warnings for unused variables
template<class T> inline void unused_variable(const T&) {}

View File

@ -14,7 +14,7 @@
#include <cassert>
#include <boost/compressed_pair.hpp>
#include <boost/type_traits/type_traits_test.hpp>
#include <libs/type_traits/test/test.hpp>
#define BOOST_INCLUDE_MAIN
#include <boost/test/test_tools.hpp>