[all-commits] [llvm/llvm-project] e37a60: [libc++][NFC] Remove dead code implementing some t...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jan 30 05:36:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e37a6008831b38477516362892dd3c0d97087eff
https://github.com/llvm/llvm-project/commit/e37a6008831b38477516362892dd3c0d97087eff
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M libcxx/include/__tuple/sfinae_helpers.h
M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp
Log Message:
-----------
[libc++][NFC] Remove dead code implementing some tuple SFINAE checks (#79871)
Some of the checks in sfinae_helpers.h were not used anymore since we
refactored the std::tuple implementation and were now dead code. This
patch removes the code.
More information about the All-commits
mailing list