mirror of https://github.com/CGAL/cgal
put_get_helper expect pmap::reference as first template parameter
This commit is contained in:
parent
6ac45f820a
commit
e3fec8035d
|
|
@ -36,7 +36,7 @@ namespace internal {
|
|||
|
||||
template<class Handle>
|
||||
class Polyhedron_index_map_external
|
||||
: public boost::put_get_helper<std::size_t, Polyhedron_index_map_external<Handle> >
|
||||
: public boost::put_get_helper<std::size_t&, Polyhedron_index_map_external<Handle> >
|
||||
{
|
||||
public:
|
||||
typedef boost::lvalue_property_map_tag category;
|
||||
|
|
|
|||
Loading…
Reference in New Issue