.
Some checks failed
PR Check / on-push-commit-check (push) Has been cancelled

This commit is contained in:
sha512sum 2024-11-08 11:43:00 +00:00
parent 26c06e16ac
commit b60856055e

View file

@ -34,7 +34,9 @@ constexpr auto Serialize(xmlpp::Element* node, const T& element) -> void
template <typename T> template <typename T>
constexpr auto Serialize(xmlpp::Element* node, const T& element) -> void; constexpr auto Serialize(xmlpp::Element* node, const T& element) -> void;
struct AttributeConfig {}; struct AttributeConfig {
auto operator==(const AttributeConfig&) const -> bool = default;
};
template <typename T> template <typename T>
struct MetaInfo { struct MetaInfo {