mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-29 23:01:36 +01:00
Add rehash tests
This commit is contained in:
@@ -371,6 +371,10 @@ namespace boost {
|
||||
|
||||
void max_load_factor(float) {}
|
||||
|
||||
void rehash(size_type count) { table_.rehash(count); }
|
||||
|
||||
void reserve(size_type count) { table_.reserve(count); }
|
||||
|
||||
/// Observers
|
||||
///
|
||||
|
||||
|
||||
@@ -268,6 +268,10 @@ namespace boost {
|
||||
|
||||
void max_load_factor(float) {}
|
||||
|
||||
void rehash(size_type count) { table_.rehash(count); }
|
||||
|
||||
void reserve(size_type count) { table_.reserve(count); }
|
||||
|
||||
/// Observers
|
||||
///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user