cgal/Mesh_3
Laurent Rineau cd032f05fc Do not store const& to the function/functor by copy by value
However, one cannot store a function type directly, but only *pointers* to
function types. So I used Boost MPL to discriminate between function types
and other callable (such as lambdas or functors, that can be copied).
2018-05-15 15:13:05 +02:00
..
archive add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
benchmark/Mesh_3 Prefix CMake options with `CGAL_` 2018-03-08 12:07:49 +01:00
doc/Mesh_3 Add (deprecated) in the list of classes 2018-05-15 15:13:04 +02:00
examples/Mesh_3 Remove unused typedef 2018-05-15 15:13:04 +02:00
include/CGAL Do not store const& to the function/functor by copy by value 2018-05-15 15:13:05 +02:00
package_info/Mesh_3 Fix dependencies by moving files 2018-03-23 14:17:24 +01:00
test/Mesh_3 Adapt the test suite to the deprecation of Implicit_mesh_domain_3 2018-05-15 15:13:04 +02:00
TODO