...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
~basic_parser() = default;
All dynamically allocated internal memory is freed.
this->handler().~Handler()
Same as ~Handler()
.
Same as ~Handler()
.