mirror of https://github.com/CGAL/cgal
rm typedef void Type in default CT_traits
This commit is contained in:
parent
f5cf472eb5
commit
cfd738b578
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue