Fix two-phase name lookup for non-dependent overloaded operators.
If we resolve an overloaded operator call to a specific function during template definition, don't perform ADL during template instantiation. Doing so finds overloads that we're not supposed to find. llvm-svn: 315005
Loading
Please sign in to comment