cgal/Kernel_23
albert-github a41564060d Incorrect layout bisector precondition
On the page Kernel_23/group__bisector__grp.html we see for `bisector` with the `Point_3` type arguments in the precondition:
```
‘p != q’
```
instead of
```
p != q
```
due to the fact that there is not a backtick but a single quote as closing part
2024-02-03 17:49:03 +01:00
..
benchmark/Kernel_23 Uniformize REQUIRED / QUIET usage: 2022-09-06 16:24:27 +02:00
doc/Kernel_23 Incorrect layout bisector precondition 2024-02-03 17:49:03 +01:00
examples/Kernel_23 hide unused type 2023-08-09 08:59:26 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
package_info/Kernel_23
test/Kernel_23 Fixes when neither LEDA nor GMP is available (#7960) 2024-01-19 13:57:12 +01:00