replace bool by cgal_no_property_::type in wrapper

This commit is contained in:
Maxime Gimeno 2018-05-24 14:08:57 +02:00
parent 57296468b1
commit 2adbfe0888
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ template<typename Mesh,
typename CCMap>
std::size_t num_component_wrapper(Mesh& pmesh,
CCMap cc,
bool)
boost::cgal_no_property::type)
{
boost::unordered_map<typename boost::graph_traits<Mesh>::face_descriptor, std::size_t> fim;