We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfabd0f commit 58ee813Copy full SHA for 58ee813
test/benchmarks.cpp
@@ -3,12 +3,6 @@
3
// Distributed under the Boost Software License, Version 1.0.
4
// https://www.boost.org/LICENSE_1_0.txt
5
6
-#if defined(__GNUC__) && __GNUC__ > 5
7
-# pragma GCC diagnostic push
8
-# pragma GCC diagnostic ignored "-Wclass-memaccess"
9
-# pragma GCC diagnostic ignored "-Warray-bounds"
10
-#endif
11
-
12
#include <boost/decimal.hpp>
13
#include <chrono>
14
#include <random>
0 commit comments