[all-commits] [llvm/llvm-project] 6a7f05: [libc++] Re-enable workaround for pre-ranges CTAD ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Mar 21 18:56:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a7f0551178e966a686dd48dfa2ea045a35addef
https://github.com/llvm/llvm-project/commit/6a7f0551178e966a686dd48dfa2ea045a35addef
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M libcxx/include/span
M libcxx/test/std/containers/views/span.cons/deduct.pass.cpp
M libcxx/test/support/test_macros.h
Log Message:
-----------
[libc++] Re-enable workaround for pre-ranges CTAD in std::span
See https://reviews.llvm.org/D121626 for details -- this re-enables the
CTAD we removed, since it does break some stuff as well (even though it's
not nearly as bad as the removed constructors fixed by D121626).
Differential Revision: https://reviews.llvm.org/D122184
More information about the All-commits
mailing list