mirror of https://github.com/CGAL/cgal
Bugfix: do not define the prototype of Push_property_map beforehand
This commit is contained in:
parent
17b25a50ac
commit
bdbd31ee11
|
|
@ -92,8 +92,6 @@ public:
|
||||||
};
|
};
|
||||||
typedef Property_map<Index> Index_map;
|
typedef Property_map<Index> Index_map;
|
||||||
|
|
||||||
template <typename Property>
|
|
||||||
class Push_property_map;
|
|
||||||
/// \endcond
|
/// \endcond
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
@ -109,7 +107,6 @@ public:
|
||||||
friend class Properties::Property_container<Index>;
|
friend class Properties::Property_container<Index>;
|
||||||
template <class> friend class Properties::Property_array;
|
template <class> friend class Properties::Property_array;
|
||||||
template <class> friend struct Property_map;
|
template <class> friend struct Property_map;
|
||||||
template <class> friend class Push_property_map;
|
|
||||||
friend class std::vector<Index>;
|
friend class std::vector<Index>;
|
||||||
std::size_t value;
|
std::size_t value;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue