diff --git a/include/fixed_containers/reflection.hpp b/include/fixed_containers/reflection.hpp index 95507e84..16a37501 100644 --- a/include/fixed_containers/reflection.hpp +++ b/include/fixed_containers/reflection.hpp @@ -19,7 +19,7 @@ static_assert(__has_builtin(__builtin_dump_struct), namespace fixed_containers::reflection_detail { template -concept Reflectable = std::is_class_v && ConstexprDefaultConstructible; +concept Reflectable = std::is_class_v && DefaultConstructible; enum class LayerType {