[all-commits] [llvm/llvm-project] a65dc0: [libc++] Implement missing feature-test macro __cp...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Dec 8 12:52:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a65dc08d105e147c98ef17a47b9504210f6058c5
https://github.com/llvm/llvm-project/commit/a65dc08d105e147c98ef17a47b9504210f6058c5
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arrays
This was forgotten when we implemented support for arrays in std::shared_ptr
in https://reviews.llvm.org/D62259.
More information about the All-commits
mailing list