diff --git a/tests/cpp_unit_tests/test_dataset.cpp b/tests/cpp_unit_tests/test_dataset.cpp index 303990c9f..2add333a9 100644 --- a/tests/cpp_unit_tests/test_dataset.cpp +++ b/tests/cpp_unit_tests/test_dataset.cpp @@ -31,34 +31,34 @@ struct BScOutput {}; } // namespace template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list> { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list> { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list> { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list> { - static constexpr std::array value; + static constexpr std::array value{}; }; template <> struct get_attributes_list { - static constexpr std::array value; + static constexpr std::array value{}; }; namespace {