use CGAL_USE_TYPE

This commit is contained in:
Andreas Fabri 2015-01-04 11:45:18 +01:00
parent fea4eed94a
commit cf4d31ead5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ int main(){
typedef CGAL::Real_embeddable_traits<void> RET;
typedef RET::Type Type;
CGAL_USE_TYPE(Type);
CGAL_static_assertion((::boost::is_same<void,Type>::value));
typedef RET::Is_real_embeddable Is_real_embeddable;