Cycles: Cleanup, some documentation

This commit is contained in:
Sergey Sharybin 2018-11-09 11:46:09 +01:00
parent a15e631537
commit b394e05118

@ -46,6 +46,7 @@ public:
/* Inherit all constructors from base class. */
using BaseClass::vector;
/* Try as hard as possible to use zero memory. */
void free_memory(void)
{
BaseClass::resize(0);