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 741ad4e commit dcb1ef8Copy full SHA for dcb1ef8
include/boost/decimal/detail/locale_conversion.hpp
@@ -16,7 +16,7 @@ namespace decimal {
16
namespace detail {
17
18
// GCC-9 issues an erroneous warning for char == -30 being outside of type limits
19
-#if defined(__GNUC__) && __GNUC__ == 9
+#if defined(__GNUC__) && __GNUC__ >= 9
20
# pragma GCC diagnostic push
21
# pragma GCC diagnostic ignored "-Wtype-limits"
22
#endif
0 commit comments