Add a ref

This commit is contained in:
Laurent Rineau 2022-09-28 14:42:39 +02:00
parent e90b64f1b7
commit b3174acf53
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ on the whole library. \cgal offers the possibility to turn checks on
and off just for the kernel. Kernel assertions are stated using the and off just for the kernel. Kernel assertions are stated using the
macro `CGAL_kernel_assertion(<Cond>)`, and they can be disabled by defining macro `CGAL_kernel_assertion(<Cond>)`, and they can be disabled by defining
the macros `CGAL_KERNEL_NO_ASSERTIONS` or `CGAL_NO_ASSERTIONS`. the macros `CGAL_KERNEL_NO_ASSERTIONS` or `CGAL_NO_ASSERTIONS`.
See \ref secchecks "the section Checks in STL Extensions", for details.
\section secchecks_cgal_assume Suppress warnings using CGAL_assume. \section secchecks_cgal_assume Suppress warnings using CGAL_assume.