Bugfix: do not define the prototype of Push_property_map beforehand

This commit is contained in:
Simon Giraudot 2016-10-17 17:07:11 +02:00
parent 17b25a50ac
commit bdbd31ee11
1 changed files with 0 additions and 3 deletions

View File

@ -92,8 +92,6 @@ public:
};
typedef Property_map<Index> Index_map;
template <typename Property>
class Push_property_map;
/// \endcond
/*!
@ -109,7 +107,6 @@ public:
friend class Properties::Property_container<Index>;
template <class> friend class Properties::Property_array;
template <class> friend struct Property_map;
template <class> friend class Push_property_map;
friend class std::vector<Index>;
std::size_t value;