[all-commits] [llvm/llvm-project] e74bb3: [libc++] Remove unused std::function test
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Feb 10 16:50:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e74bb3471fc45793ecda2eb2862f5880075526ac
https://github.com/llvm/llvm-project/commit/e74bb3471fc45793ecda2eb2862f5880075526ac
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
R libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
Log Message:
-----------
[libc++] Remove unused std::function test
We don't support std::function in C++03 anymore, and the test had
started failing due to compilation errors instead of the ABI bug it
was supposed to demonstrate.
More information about the All-commits
mailing list