From 4befc177c86ea74e23956144714653da99e9642f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 27 Mar 2018 20:49:03 +0200 Subject: [PATCH] update requirements in the doc --- AABB_tree/include/CGAL/AABB_primitive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AABB_tree/include/CGAL/AABB_primitive.h b/AABB_tree/include/CGAL/AABB_primitive.h index 34a6ec4a737..51d6fd3dce1 100644 --- a/AABB_tree/include/CGAL/AABB_primitive.h +++ b/AABB_tree/include/CGAL/AABB_primitive.h @@ -67,9 +67,9 @@ public: * * * \tparam ObjectPropertyMap is a model of `ReadablePropertyMap` with `Id` as - * `key_type`. It must be default constructible. + * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`. * \tparam PointPropertyMap is a model of `ReadablePropertyMap` with `Id` as - * `key_type`. It must be default constructible. + * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`. * \tparam ExternalPropertyMaps either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former * case, the property maps will be stored in the traits class, while * in the latter they will be stored in the primitive