From 9b60888cb20d2c9d025062a730cb7a0357f929f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 20 Oct 2020 13:23:15 +0200 Subject: [PATCH] fix doc warnings --- AABB_tree/include/CGAL/AABB_tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index f022586754a..5f0521e219f 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -116,8 +116,9 @@ namespace CGAL { /// class using `traits`. AABB_tree(const AABBTraits& traits = AABBTraits()); - // move constructor and assignment operator + /// move constructor AABB_tree(Self&&) noexcept; + /// assignment operator Self& operator=(Self&&) noexcept; // Disabled copy constructor & assignment operator