Skip to content

Commit a15e010

Browse files
committed
fix
1 parent a0317cd commit a15e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/atomic_hash_map.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ namespace atomic {
294294

295295
friend ConstIterator;
296296

297-
explicit hash_map(size_t maxSize,
297+
hash_map(size_t maxSize,
298298
float maxLoadFactor = 0.8f,
299299
const Allocator& alloc = Allocator())
300300
: allocator_(alloc)

0 commit comments

Comments
 (0)