Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
None
-
Service Arch
Description
We can detect noexcept functions at compile time using the noexcept() operator. This means we can combine that with constexpr-if to make a version of unique_function that promises to always be noexcept. This is useful for situations like Future::getAsync().