From 6b05f820e7dc9131c8db9163b4faa04f1bf2fd1d Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 19 May 2020 20:28:11 +0200 Subject: [PATCH] Markdown formatting of code --- Installation/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 2918a16911e..0f71f6532db 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -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.