[all-commits] [llvm/llvm-project] ea82a8: [libc++] Adds string_view constructor overload
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Aug 25 08:56:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea82a822d990824c58c6fa4b503ca84c4870c940
https://github.com/llvm/llvm-project/commit/ea82a822d990824c58c6fa4b503ca84c4870c940
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/ReleaseNotes/18.rst
M libcxx/docs/Status/Cxx2cPapers.csv
M libcxx/include/bitset
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/bitset.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp
A libcxx/test/std/utilities/template.bitset/bitset.cons/string_view_ctor.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Adds string_view constructor overload
Implements
- P2697R1 Interfacing bitset with string_view
Depends on D153192
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D153201
More information about the All-commits
mailing list