mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added debug_count.md and versions.md
This commit is contained in:
parent
1b7517aee7
commit
db3fcd7ded
@ -3,5 +3,5 @@ title: "Iterators"
|
||||
weight: 100
|
||||
---
|
||||
|
||||
Various classes implementing iterator types.
|
||||
Various classes implementing iterator types and traits.
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ public:
|
||||
{
|
||||
p->~value_type();
|
||||
pool.release(p);
|
||||
ETL_DECREMENT_DEBUG_COUNT
|
||||
ETL_DECREMENT_DEBUG_COUNT;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user