This commit is contained in:
parent
03bf0b90d4
commit
58ab1eae0a
1 changed files with 4 additions and 0 deletions
|
@ -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 <>
|
||||
|
|
Loading…
Reference in a new issue