https://llvm.org/bugs/show_bug.cgi?id=25992
Richard Smith <richard-l...@metafoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |richard-l...@metafoo.co.uk Resolution|WORKSFORME |--- --- Comment #3 from Richard Smith <richard-l...@metafoo.co.uk> --- This should work without the "using namespace std;", and should *not* work if you use obj->std::string::~basic_string(). (but see wg21.link/cwg399, which seeks to clarify these rules). Per [basic.lookup.qual]p6, "in a qualified-id of the form: nested-name-specifier[opt] class-name :: ~ class-name the second class-name is looked up in the same scope as the first." -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs