[all-commits] [llvm/llvm-project] 16a1c8: [libc++] Implement P1328R1 constexpr std::type_inf...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Feb 7 17:04:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16a1c851713a5825daed8ea4a887078a63488562
https://github.com/llvm/llvm-project/commit/16a1c851713a5825daed8ea4a887078a63488562
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/typeinfo
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/typeinfo.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.rtti/type.info/type_info.equal.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implement P1328R1 constexpr std::type_info::operator==
Differential Revision: https://reviews.llvm.org/D143447
More information about the All-commits
mailing list