This commit is contained in:
parent
26c06e16ac
commit
b60856055e
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ constexpr auto Serialize(xmlpp::Element* node, const T& element) -> void
|
|||
template <typename T>
|
||||
constexpr auto Serialize(xmlpp::Element* node, const T& element) -> void;
|
||||
|
||||
struct AttributeConfig {};
|
||||
struct AttributeConfig {
|
||||
auto operator==(const AttributeConfig&) const -> bool = default;
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
struct MetaInfo {
|
||||
|
|
Loading…
Reference in a new issue