[all-commits] [llvm/llvm-project] 297907: [libc++] Simplify non_default_alloc
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Feb 10 15:04:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2979070f1b3a9c2150a088a16423d84c6a361ca9
https://github.com/llvm/llvm-project/commit/2979070f1b3a9c2150a088a16423d84c6a361ca9
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
M libcxx/test/support/test_allocator.h
Log Message:
-----------
[libc++] Simplify non_default_alloc
Also, since it is only used in two tests that are C++11/C++14 tests only,
I don't think it is worth keeping around in test_allocator.h.
More information about the All-commits
mailing list