[all-commits] [llvm/llvm-project] eacdbc: [libc++][test] Fix invalid const conversion in lim...
Peng Liu via All-commits
all-commits at lists.llvm.org
Tue Dec 10 07:25:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eacdbc269e5f14292222123150a0e4ff0ad6301d
https://github.com/llvm/llvm-project/commit/eacdbc269e5f14292222123150a0e4ff0ad6301d
Author: Peng Liu <winner245 at hotmail.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M libcxx/test/support/test_allocator.h
Log Message:
-----------
[libc++][test] Fix invalid const conversion in limited_allocator (#118189)
This patch fixes a const-qualification on the return type of a method
of `limited_allocator`, which is widely used for testing allocator-aware
containers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list