Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
#define SHIM_13 stc_hmap
#define SHIM_14 uthash
#define SHIM_15 verstable
// #define SHIM_15
#define SHIM_16 askl_map
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ std::default_random_engine random_number_generator( std::chrono::steady_clock::n
// Function for providing unique keys for a given blueprint in random order.
// Besides the KEY_COUNT keys to be inserted, it also provides an extra KEY_COUNT / KEY_COUNT_MEASUREMENT_INTERVAL *
// 1000 keys for testing failed look-ups.
template< typename blueprint > const blueprint::key_type &shuffled_unique_key( size_t index )
template< typename blueprint > const typename blueprint::key_type &shuffled_unique_key( size_t index )
{
static auto keys = []()
{
Expand Down
Loading