5#if defined(STORM_HAVE_CLN)
6#pragma clang diagnostic push
7#pragma clang diagnostic ignored "-Wmismatched-tags"
9#pragma clang diagnostic pop
12#if defined(STORM_HAVE_GMP)
14#if __GNUC__ && defined(__has_warning)
15#if __has_warning("-Wdeprecated-literal-operator")
17#pragma GCC diagnostic push
18#pragma GCC diagnostic ignored "-Wdeprecated-literal-operator"
26#pragma GCC diagnostic pop
31#include <carl/numbers/numbers.h>
33#if defined(STORM_HAVE_CLN)
36 std::hash<cln::cl_RA> h;
42#if defined(STORM_HAVE_GMP)
44 std::hash<mpq_class> h;
size_t hash_value(carl::Interval< Number > const &i)