[libcxx-commits] [PATCH] D131079: [libcxx][test] fix allocator in allocator_propagation test
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 4 15:38:32 PST 2023
philnik added a comment.
Please don't land unreviewed libc++ patches. If you need to land it for some reason, please ping instead of just committing.
================
Comment at: libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp:27
constexpr explicit soccc_allocator(int* soccc_count_, int self_coccc_count_ = 0)
- : soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {}
----------------
This indentation was correct. We indent initializers four spaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131079/new/
https://reviews.llvm.org/D131079
More information about the libcxx-commits
mailing list