brevzin / cpp_proposals

My WG21 proposals
33 stars 22 forks source link

P3032 - Less transient constexpr allocation (and more consteval relaxation) #158

Open frederick-vs-ja opened 2 months ago

frederick-vs-ja commented 2 months ago

P3032R2 Less transient constexpr allocation (and more consteval relaxation)

cplusplus/papers#1751

frederick-vs-ja commented 2 months ago

@brevzin Sorry for bothering. I noticed that P3032 currently plans to bump __cpp_constexpr. But it seems that this paper will be accepted as a DR against C++20, and __cpp_constexpr has been bumped in C++23/26 many times by non-DR papers (namely P2242R3, P2448R2, P2647R1, and P2738R1).

Would it make more sense to bump __cpp_constexpr_dynamic_alloc and/or __cpp_consteval instead?