http://llvm.org/bugs/show_bug.cgi?id=21565
Paul Robinson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #7 from Paul Robinson <[email protected]> --- Thanks for pointing this out, Reid! Yes, we trip over it, in <tuple>, I just hadn't noticed it yet. My most recent Clang update is based on r222093, and it gets caught by this. I patched it with r222471, which didn't help; once you get done with macro expansion we have the token sequence noexcept(noexcept(swap(declval<sometype&>(), declval<sometype&>())) && .... in the exception-specification for tuple::swap(tuple&). At least I think it's tuple::swap(), sometimes this template stuff is hard for me to parse. Anyway, it's still a problem for us. -- 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
