mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
cleanup another warning
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
}
|
||||
|
||||
std::array<uint64_t, 4> state() const {
|
||||
return {m_a, m_b, m_c, m_counter};
|
||||
return {{m_a, m_b, m_c, m_counter}};
|
||||
}
|
||||
|
||||
void state(std::array<uint64_t, 4> const& s) {
|
||||
|
||||
Reference in New Issue
Block a user