When creating the implicitly-declared special member functions, be
sure to introduce them into the current Scope (when we have one) in addition to the DeclContext for the class, so that they can be found by name lookup for inline members of the class. Fixes PR6570. llvm-svn: 101047
Loading
Please register or sign in to comment