You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to core language changes, the paper also requires extending deduction guides for function and packaged_task to deduce from classes with static operator().
No library feature-test macro.
The library change is meaningless and not testable as long as the core change is not implemented. Once the compilers have implemented this feature, I think we can change some CPOs, niebloids, and internally used lambdas to use static operator().
The text was updated successfully, but these errors were encountered:
P1169R4
static
operator()
In addition to core language changes, the paper also requires extending deduction guides for
function
andpackaged_task
to deduce from classes with staticoperator()
.No library feature-test macro.
The library change is meaningless and not testable as long as the core change is not implemented. Once the compilers have implemented this feature, I think we can change some CPOs, niebloids, and internally used lambdas to use static
operator()
.The text was updated successfully, but these errors were encountered: