mirror of https://github.com/CGAL/cgal
replace bool by cgal_no_property_::type in wrapper
This commit is contained in:
parent
57296468b1
commit
2adbfe0888
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue