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

@ -721,7 +721,6 @@ 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

@ -589,7 +589,6 @@ 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

@ -661,7 +661,6 @@ 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

@ -481,7 +481,6 @@ 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

@ -756,7 +756,6 @@ 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

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