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
We're not entirely sure what our hosted implementation needs to do here. IF the only thing that we need to do is define these feature-test macros, then we'll accept a PR for this (like #3837) before we open up the floodgates to arbitrary C++26 features.
The text was updated successfully, but these errors were encountered:
I'm now entirely sure. P2407R5 adds wording "On freestanding implementations, it is implementation-defined whether each entity introduced by a freestanding-deleted function is a deleted function ([dcl.fct.def.delete]) or whether the requirements are the same as the corresponding requirements for a hosted implementation." Our hosted implementation trivially conforms since it implements the entities as specified.
TLDR: we only need define the new feature-test macros.
WG21-P2407R5 Freestanding Library: Partial Classes
Feature-test macros (expected):
We're not entirely sure what our hosted implementation needs to do here. IF the only thing that we need to do is define these feature-test macros, then we'll accept a PR for this (like #3837) before we open up the floodgates to arbitrary C++26 features.
The text was updated successfully, but these errors were encountered: