available only if c++11 is available

This commit is contained in:
Sébastien Loriot 2019-09-09 10:48:05 +02:00
parent 3a1a1685fa
commit 17df9b5484
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ bool is_default_parameter(const T&)
} //namespace CGAL
#ifndef CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES
// code added to avoid silent runtime issues in non-updated code
namespace boost
{
@ -240,5 +241,6 @@ namespace boost
CGAL_static_assertion(B && "You must use CGAL::parameters::get_parameter instead of boost::get_param");
}
}
#endif
#endif // CGAL_BOOST_GRAPH_NAMED_FUNCTION_PARAMS_HPP