cgal/AABB_tree
Jane Tournois 47a5606eea this commit fixes the following issue :
<<The AABB_tree<AT> internally use the spatial searching and in particular instantiates Search_traits_3 with AT. This implies according to that page that the concept AABBTraits must be a Kernel.

A clean solution is adding a new concept in Spatial searching that describes requirements of the template parameter of Search_traits_3. Then we can say that AABBTraits refines this concept. For consistency, we do the same for the template parameter of Search_traits_2.
>>
2016-08-23 16:28:50 +02:00
..
demo/AABB_tree Merge pull request #1198 from maxGimeno/Import_AABB_Tree_demo-GF 2016-07-07 13:37:55 +02:00
doc/AABB_tree this commit fixes the following issue : 2016-08-23 16:28:50 +02:00
examples/AABB_tree add missing semi-column 2016-04-29 13:50:08 +02:00
include/CGAL Fix for Source_point_from_edge_descriptor::get(). 2016-07-01 16:20:02 +02:00
package_info/AABB_tree New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/AABB_tree no template in non-template code 2016-05-05 08:33:36 +02:00
dont_submit various 2016-01-05 18:04:14 +01:00