mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 09:11:42 +01:00
Add test proving max_load() invariants (#156)
This commit is contained in:
committed by
GitHub
parent
13e065466a
commit
189e551dc7
@@ -12,7 +12,8 @@ namespace test {
|
||||
typedef enum {
|
||||
default_generator,
|
||||
generate_collisions,
|
||||
limited_range
|
||||
limited_range,
|
||||
sequential
|
||||
} random_generator;
|
||||
|
||||
int generate(int const*, random_generator);
|
||||
|
||||
Reference in New Issue
Block a user