Merge pull request #4292 from maxGimeno/CGAL_Config-Fix_typo-maxGimeno

Remove extra S in macro
This commit is contained in:
Laurent Rineau 2019-10-18 14:17:05 +02:00
commit 421a98cd95
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
// workaround for the bug https://svn.boost.org/trac10/ticket/12534
// That bug was introduced in Boost 1.62 and fixed in 1.63.
#if BOOST_VERSION >= 106200 && BOOSTS_VERSION < 106300
#if BOOST_VERSION >= 106200 && BOOST_VERSION < 106300
# include <boost/container/flat_map.hpp>
#endif