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
Can we not write this ugly `decltype`? I hope CTAD should help us here. If __tranform_functor is an aggregate, let's write our deduction guide. What do you think?
dmitriy-sobolev
changed the title
Can we not write this ugly decltype? I hope CTAD should help us here. If __tranform_functor is an aggregate, let's write our deduction guide. What do you think?
Rely on CTAD in the implementation of c++20 ranges algorithms.
Sep 1, 2024
dmitriy-sobolev
changed the title
Rely on CTAD in the implementation of c++20 ranges algorithms.
Rely on CTAD in the implementation of c++20 ranges algorithms: __transform_functor
Sep 1, 2024
dmitriy-sobolev
changed the title
Rely on CTAD in the implementation of c++20 ranges algorithms: __transform_functor
Rely on CTAD in the implementation of c++20 ranges algorithms
Sep 1, 2024
Originally posted by @rarutyun in #1457 (comment)
The text was updated successfully, but these errors were encountered: