From e66bdcf264ca817d17173c9d4748ff86b8e0b91f Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Thu, 10 Feb 2022 13:50:05 +0100 Subject: Add memory allocator to unique store allocator --- .../tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp') diff --git a/vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp b/vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp index 417b92af9ac..599cb209e6c 100644 --- a/vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp +++ b/vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_hash_map_test.cpp @@ -68,7 +68,7 @@ struct DataStoreFixedSizeHashTest : public ::testing::Test DataStoreFixedSizeHashTest::DataStoreFixedSizeHashTest() : _generation_handler(), _generation_holder(), - _allocator(), + _allocator({}), _store(_allocator.get_data_store()), _comp(std::make_unique(_store)), _hash_map(), -- cgit v1.2.3