diff --git a/include/llama/Core.hpp b/include/llama/Core.hpp index 345253f931..b702ba7bef 100644 --- a/include/llama/Core.hpp +++ b/include/llama/Core.hpp @@ -56,7 +56,7 @@ namespace llama /// constructible and trivially destructible. template inline constexpr bool isAllowedFieldType - = std::is_trivially_constructible_v&& std::is_trivially_destructible_v; + = std::is_trivially_default_constructible_v&& std::is_trivially_destructible_v; /// Record dimension tree node which may either be a leaf or refer to a child tree presented as another \ref /// Record.