[all-commits] [llvm/llvm-project] 5d78fe: [libc++] Fix LWG3437 "__cpp_lib_polymorphic_alloca...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Sun Jan 23 07:31:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d78fef6db15f7ba6642431fa3d07ddeda98d4f5
https://github.com/llvm/llvm-project/commit/5d78fef6db15f7ba6642431fa3d07ddeda98d4f5
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"
https://cplusplus.github.io/LWG/issue3437
Differential Revision: https://reviews.llvm.org/D117963
More information about the All-commits
mailing list