26static_assert(std::is_standard_layout<VectorizedArray<double>>::value &&
27 std::is_trivial<VectorizedArray<double>>::value,
28 "VectorizedArray<double> must be a POD type");
29static_assert(std::is_standard_layout<VectorizedArray<float>>::value &&
30 std::is_trivial<VectorizedArray<float>>::value,
31 "VectorizedArray<float> must be a POD type");
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE