sg22-c-cpp-standard-compatibility / sg-compatibility

A joint Study Group between the C (WG14) and C++ (WG21) Committees to ensure the longterm synchronization and cooperation of the C and C++ programming languages where any mutual interests lie.
1 stars 0 forks source link

P2304 Improve type generic programming #16

Closed NinaRanns closed 11 months ago

NinaRanns commented 12 months ago

Issue tracking the SG22 discussion of P2304R0 Improve type generic programming (Jens Gustedt)

wg21 issue

ThePhD commented 11 months ago

This proposal is an overview for a set of proposals. Some of them have already been accepted (e.g. the auto feature for C is in C23 for object returns). Other parts will be taken care of later (potentially, such as auto for parameters in C), but there is no compatibility risk here because the Lambdas portion of the code is meant to be directly compatible with C++.