http://llvm.org/bugs/show_bug.cgi?id=21565

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Richard Smith <[email protected]> ---
I've made the conditions that enable this workaround even more specific in
r222471. In addition to checking that the exception specification is for a
'std::X::swap' member function (where X is array, pair, priority_queue, stack,
or queue), we also check that it starts with 'noexcept(noexcept(swap'.

-- 
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

Reply via email to