put_get_helper expect pmap::reference as first template parameter

This commit is contained in:
Sébastien Loriot 2017-01-11 15:32:26 +01:00
parent 6ac45f820a
commit e3fec8035d
1 changed files with 1 additions and 1 deletions

View File

@ -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;