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(); }

View File

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

View File

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

View File

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

View File

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

View File

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