diff --git a/include/pocketpy/namedict.h b/include/pocketpy/namedict.h index bbfcc95c..dbf71286 100644 --- a/include/pocketpy/namedict.h +++ b/include/pocketpy/namedict.h @@ -19,7 +19,7 @@ constexpr T default_invalid_value(){ template struct SmallNameDict{ using K = StrName; - static_assert(std::is_pod_v); + static_assert(is_pod::value); bool _is_small; uint16_t _size;