[LLVMbugs] [Bug 12544] clang complains when including C++11 unordered_map and unordered_set
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 13 07:45:02 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12544
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Douglas Gregor <dgregor at apple.com> 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.
More information about the llvm-bugs
mailing list