mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-21 17:59:54 +01:00
made reset_stats noexcept
This commit is contained in:
@@ -591,7 +591,7 @@ namespace boost {
|
||||
///
|
||||
stats get_stats() const { return table_.get_stats(); }
|
||||
|
||||
void reset_stats() { table_.reset_stats(); }
|
||||
void reset_stats() noexcept { table_.reset_stats(); }
|
||||
#endif
|
||||
|
||||
/// Observers
|
||||
|
||||
Reference in New Issue
Block a user