diff --git a/src/memory.h b/src/memory.h index 980031ca..ce290def 100644 --- a/src/memory.h +++ b/src/memory.h @@ -113,4 +113,6 @@ namespace pkpy{ }; static_assert(sizeof(i64) == sizeof(pkpy::shared_ptr)); -static_assert(sizeof(f64) == sizeof(pkpy::shared_ptr)); \ No newline at end of file +static_assert(sizeof(f64) == sizeof(pkpy::shared_ptr)); +static_assert(std::numeric_limits::is_iec559); +static_assert(std::numeric_limits::is_iec559); \ No newline at end of file