Always include <boost/static_assert.hpp>

If C++11 `static_assert` cannot be used, `BOOST_STATIC_ASSERT` is used
instead *even with `CGAL_NO_ASSERTIONS`*.
This commit is contained in:
Laurent Rineau 2016-09-16 15:25:23 +02:00
parent e2d04e54e0
commit 8fe3f26c6f
1 changed files with 0 additions and 2 deletions

View File

@ -52,11 +52,9 @@
# define CGAL_NO_WARNINGS
#endif
#ifndef CGAL_NO_ASSERTIONS
#ifdef CGAL_CFG_NO_CPP0X_STATIC_ASSERT
#include <boost/static_assert.hpp>
#endif
#endif
namespace CGAL {