.
Some checks failed
PR Check / on-push-commit-check (push) Failing after 8m27s

This commit is contained in:
sha512sum 2024-11-08 12:02:29 +00:00
parent 03bf0b90d4
commit 58ab1eae0a

View file

@ -73,6 +73,10 @@ struct AttributeConfig {
constexpr auto operator==(const Config<T>&) const -> bool {
return false;
}
template <typename T>
friend constexpr auto operator==(const Config<T>&, const AttributeConfig&) -> bool {
return false;
}
};
template <>