Skip to content
Commit 0daabd7e authored by Richard Smith's avatar Richard Smith
Browse files

Don't perform ADL when looking up operator=; there is no non-member form of

that function, and apart from being slow, this is unnecessary: ADL can trigger
instantiations that are not permitted here. The standard isn't *completely*
clear here, but this seems like the intent, and in any case this approach is
permitted by [temp.inst]p7.

llvm-svn: 218330
parent dedef332
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment