avoid warnings in geometry_equal test
This commit is contained in:
parent
7a0cf4d750
commit
2a1005c040
1 changed files with 5 additions and 0 deletions
|
@ -3,9 +3,14 @@
|
|||
// boost
|
||||
#include <type_traits>
|
||||
#include <iterator>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wunused-local-typedef"
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/iterator/zip_iterator.hpp>
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
// helper namespace to ensure correct functionality
|
||||
namespace aux{
|
||||
|
|
Loading…
Add table
Reference in a new issue