-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
<xmemory>: some std::allocator member functions still need to be removed in C++20 #1445
Comments
Removing the This will probably have some amount of source-breaking impact, but that should be mitigated by:
The escape hatch system is: Lines 1012 to 1047 in 9959929
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
std::allocator
member functionsaddress
,max_size
,construct
, anddestroy
, should be removed in C++20 mode according to WG21-P0619. Most of the removals in this paper were completed by GH-380, but these seem to have been missed.The text was updated successfully, but these errors were encountered: