CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.89k stars 1.38k forks source link

documentation for "concept" and "model" #8185

Open lrineau opened 5 months ago

lrineau commented 5 months ago

Similar to #8184: I am not sure the CGAL manual correctly introduce the wordings "concept" and "model". Now that concept is actually defined, in C++ version 20 and later, as something different from the CGAL wording, it should be documented.

What CGAL calls "concept" is actually more like named requirements in the C++ standard.