Skip to content
Snippets Groups Projects
Commit 008383dd authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Avoid ambiguity in "NamedRange_ == NamedRange_"

Without `NamedRange_::operator==`, in the comparison between two
`NamedRange_` instances `nr1` and `nr2` C++20 would not be able to
choose between `(Range_&)nr1 == nr2` and `(Range_&)nr2 == nr1`.
parent b7b755e0
No related branches found
No related tags found
Loading
Checking pipeline status