Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'

This commit is contained in:
Laurent Rineau 2019-09-13 12:28:07 +02:00
commit efcc3fb759
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ class Default_constrained_map
public:
typedef boost::readable_property_map_tag category;
typedef typename ForwardIterator::value_type key_type;
typedef typename std::iterator_traits<
ForwardIterator>::value_type key_type;
typedef bool value_type;
typedef value_type reference;