#ifndef __pxx_allocator__ih__ #define __pxx_allocator__ih__ #include "pxx_allocator.hh" namespace pxx { inline Allocator::Allocator (unsigned _features /* = 0 */) : set_as_default (false), features (_features) {} inline Allocator::~Allocator () { if (set_as_default) default_allocator_destroyed = true; } } #endif // __pxx_allocator__ih__