mirror of https://github.com/CGAL/cgal
Markdown formatting of code
This commit is contained in:
parent
d2c56a8511
commit
6b05f820e7
|
|
@ -49,7 +49,7 @@ Release date: June 2020
|
|||
### 2D Arrangement on Surface
|
||||
- Changed intersection return type from legacy `CGAL::Object` to modern
|
||||
`boost::variant` in all traits concepts and models.
|
||||
As there is an implicit conversion from boost::variant to CGAL::Object, the
|
||||
As there is an implicit conversion from `boost::variant` to `CGAL::Object`, the
|
||||
new code is backward compatible. However, it is recommended that all calls
|
||||
to the intersection functions are fixed to use the new return type.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue