Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative implementation using P3074 when compiler support is available #36

Open
wusatosi opened this issue Nov 25, 2024 · 0 comments
Labels
≥C++26 enhancement New feature or request

Comments

@wusatosi
Copy link
Member

trivial unions (was std::uninitialized<T>) introduces a standard way to provide constexpr friendly uninitialized storage.

There's wording changes related to inplace_vector included in that paper as well.

See: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3074r4.html

@wusatosi wusatosi added enhancement New feature or request ≥C++26 labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
≥C++26 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant