http://llvm.org/bugs/show_bug.cgi?id=12544
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Douglas Gregor <[email protected]> 2012-04-13 09:45:02 CDT --- Yeah, this is due to a Clang not yet implementing a C++11 feature that allows non static data members to be accessed from noexcept/decltype in the declaration of a member function. *** This bug has been marked as a duplicate of bug 10036 *** -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
