forked from boostorg/unordered
editorial
This commit is contained in:
@@ -721,7 +721,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@@ -589,7 +589,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@@ -661,7 +661,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@@ -481,7 +481,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@@ -756,7 +756,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
@@ -570,7 +570,6 @@ namespace boost {
|
|||||||
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
#if defined(BOOST_UNORDERED_ENABLE_STATS)
|
||||||
/// Stats
|
/// Stats
|
||||||
///
|
///
|
||||||
|
|
||||||
stats get_stats() const { return table_.get_stats(); }
|
stats get_stats() const { return table_.get_stats(); }
|
||||||
|
|
||||||
void reset_stats() { table_.reset_stats(); }
|
void reset_stats() { table_.reset_stats(); }
|
||||||
|
Reference in New Issue
Block a user