[llvm-bugs] [Bug 37407] std::invoke fails to call noexcept marked function

via llvm-bugs llvm-bugs at lists.llvm.org
Sat May 12 05:47:31 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37407

Eric Fiselier <eric at efcs.ca> changed:

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

--- Comment #2 from Eric Fiselier <eric at efcs.ca> ---
Fixed in r332040 and r332066.

We no longer check for the completeness of types to `invoke` or similar
callable traits. We probably should, but doing it correctly is super expensive,
in terms of both compile time and compiler memory usage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180512/4dac2b41/attachment-0001.html>


More information about the llvm-bugs mailing list