Edit after review

This commit is contained in:
Maxime Gimeno 2018-10-09 14:55:05 +02:00
parent 79e54aedd8
commit 1b5cfa66e6
1 changed files with 2 additions and 4 deletions

View File

@ -156,9 +156,7 @@ namespace CGAL {
/// `build()` explicitly to ensure that the next call to
/// query functions will not trigger the reconstruction of the
/// data structure.
/// The parameter pack `T` is of any types
/// such that `Primitive` has a constructor with the following signature:
/// `Primitive(%InputIterator, T...)`. A call to `AABBTraits::set_shared_data(t...)`
/// A call to `AABBTraits::set_shared_data(t...)`
/// is made using the internally stored traits.
/// For compilers that do not support variadic templates,
/// overloads up to 5 template arguments are provided.