diff --git a/include/tsl/hopscotch_hash.h b/include/tsl/hopscotch_hash.h index 1487b47..df861ae 100644 --- a/include/tsl/hopscotch_hash.h +++ b/include/tsl/hopscotch_hash.h @@ -585,7 +585,7 @@ class hopscotch_hash : private Hash, private KeyEqual, private GrowthPolicy { template < class OC = OverflowContainer, typename std::enable_if::value>::type* = nullptr> - hopscotch_hash() noexcept(DEFAULT_INIT_BUCKETS_SIZE == 0 && + hopscotch_hash() noexcept(hopscotch_hash::DEFAULT_INIT_BUCKETS_SIZE == 0 && std::is_nothrow_default_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_default_constructible::value && @@ -633,7 +633,7 @@ class hopscotch_hash : private Hash, private KeyEqual, private GrowthPolicy { template < class OC = OverflowContainer, typename std::enable_if::value>::type* = nullptr> - hopscotch_hash() noexcept(DEFAULT_INIT_BUCKETS_SIZE == 0 && + hopscotch_hash() noexcept(hopscotch_hash::DEFAULT_INIT_BUCKETS_SIZE == 0 && std::is_nothrow_default_constructible::value && std::is_nothrow_default_constructible::value && std::is_nothrow_default_constructible::value &&