-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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().