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
Trivial type trait will be deprecated in C++26, we need to make sure we omit trivial type check and its related facilities to be compatible with C++26.
The text was updated successfully, but these errors were encountered:
As of R14, the specification still references std::is_trivial. I suggest to hold back any changes until the specification catches up.
The paper has been accepted into the standard draft, per my understanding the paper itself will not be updated anymore, all update will be done via another paper or direct edit to the draft.
P3247 Deprecate the notion of trivial types has already been accepted into the draft and changed the wording of inplace_vector, see: cplusplus/draft#7439
Trivial type trait will be deprecated in C++26, we need to make sure we omit trivial type check and its related facilities to be compatible with C++26.
The text was updated successfully, but these errors were encountered: