Added debug_count.md and versions.md

This commit is contained in:
John Wellbelove 2026-04-19 11:02:03 +02:00
parent 1b7517aee7
commit db3fcd7ded
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ title: "Iterators"
weight: 100
---
Various classes implementing iterator types.
Various classes implementing iterator types and traits.

View File

@ -38,7 +38,7 @@ public:
{
p->~value_type();
pool.release(p);
ETL_DECREMENT_DEBUG_COUNT
ETL_DECREMENT_DEBUG_COUNT;
}
private: