editorial

This commit is contained in:
joaquintides
2024-04-30 17:25:10 +02:00
parent 9806e75cc9
commit 2d8fd43cc4
6 changed files with 6 additions and 12 deletions

View File

@@ -720,8 +720,7 @@ namespace boost {
#if defined(BOOST_UNORDERED_ENABLE_STATS)
/// Stats
///
///
stats get_stats() const { return table_.get_stats(); }
void reset_stats() { table_.reset_stats(); }