[all-commits] [llvm/llvm-project] d6b826: [libc++] [doc] Mark LWG3398 as complete.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Oct 29 13:15:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6b826ebb2d20757ca8294b20a830236021f5929
https://github.com/llvm/llvm-project/commit/d6b826ebb2d20757ca8294b20a830236021f5929
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
Log Message:
-----------
[libc++] [doc] Mark LWG3398 as complete.
This was done in D108054.
Commit: 0412c007e3c2ec2687856923b3ac6e581ff4fbd8
https://github.com/llvm/llvm-project/commit/0412c007e3c2ec2687856923b3ac6e581ff4fbd8
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/include/span
M libcxx/test/std/containers/views/span.cons/deduct.pass.cpp
Log Message:
-----------
[libc++] Implement LWG3369, tweak CTAD for std::span.
The original bug doesn't reproduce on Clang, allegedly because of
https://bugs.llvm.org/show_bug.cgi?id=44484
We already test STL's exact test case, in "span.cons/deduct.pass.cpp",
which I'm touching just for the heck of it.
Differential Revision: https://reviews.llvm.org/D111838
Compare: https://github.com/llvm/llvm-project/compare/a72e2499865b...0412c007e3c2
More information about the All-commits
mailing list