5#if defined(STORM_HAVE_CLN)
9#if defined(STORM_HAVE_GMP)
11#if __GNUC__ && defined(__has_warning)
12#if __has_warning("-Wdeprecated-literal-operator")
14#pragma GCC diagnostic push
15#pragma GCC diagnostic ignored "-Wdeprecated-literal-operator"
23#pragma GCC diagnostic pop
28#pragma clang diagnostic push
29#pragma clang diagnostic ignored "-Wundefined-reinterpret-cast"
30#pragma clang diagnostic ignored "-Wunused-template"
31#include <carl/numbers/numbers.h>
32#pragma clang diagnostic pop
34#if defined(STORM_HAVE_CLN)
37 std::hash<cln::cl_RA> h;
43#if defined(STORM_HAVE_GMP)
45 std::hash<mpq_class> h;
size_t hash_value(carl::Interval< Number > const &i)