Several `operator==` methods were mis-implemented; they were not defined as `const` when implemented as part of the class rather than as friends. C++20 is more strict about this now. Example errors: https://godbolt.org/z/h8G5jaoha Ref #125881 Pull Request: https://projects.blender.org/blender/blender/pulls/126121