rm typedef void Type in default CT_traits

This commit is contained in:
Michael Hemmer 2006-12-21 07:55:35 +00:00
parent f5cf472eb5
commit cfd738b578
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ int main(){
}
{
typedef CGAL::Coercion_traits<CGAL::Tag_true,CGAL::Tag_false> CT;
BOOST_STATIC_ASSERT(( boost::is_same<CT::Type,void>::value));
// BOOST_STATIC_ASSERT(( boost::is_same<CT::Type,CGAL::Null_type>::value));
BOOST_STATIC_ASSERT(
( boost::is_same<CT::Are_implicit_interoperable,CGAL::Tag_false>::value));
BOOST_STATIC_ASSERT(