Skip to content

Commit

Permalink
Merge pull request CGAL#1467 from lrineau/STL_Extension-fix_CGAL_stat…
Browse files Browse the repository at this point in the history
…ic_assertion-lrineau

Always include <boost/static_assert.hpp>
  • Loading branch information
lrineau committed Sep 16, 2016
2 parents 6100f3f + 8fe3f26 commit 331eac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions STL_Extension/include/CGAL/assertions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 331eac6

Please sign in to comment.