We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa29ee commit 1758a6eCopy full SHA for 1758a6e
libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp
@@ -24,7 +24,7 @@ class soccc_allocator {
24
using value_type = T;
25
26
constexpr explicit soccc_allocator(int* soccc_count_, int self_coccc_count_ = 0)
27
- : soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {}
+ : soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {}
28
29
template <class U>
30
constexpr soccc_allocator(const soccc_allocator<U>& a) : soccc_count(a.get_soccc()) {}
0 commit comments