Modified tests to account for Borland compiler

[SVN r39590]
This commit is contained in:
Peder Holt
2007-09-28 20:11:32 +00:00
parent e2dc6c246a
commit f576bcf847
2 changed files with 10 additions and 6 deletions

View File

@@ -14,3 +14,6 @@ BOOST_STATIC_ASSERT(boost::type_of::test<x[20]>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<const x>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<volatile x>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<volatile const x>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<const x&>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<const x*>::value);