allocate on stack

This commit is contained in:
Oliver Kowalke
2014-01-25 23:41:06 +01:00
parent 8857a31281
commit 7b6bba07c0
17 changed files with 2166 additions and 2580 deletions

View File

@@ -88,7 +88,7 @@ public:
static std::size_t minimum_stacksize()
{ return Default; }
preallocated_stack_allocator( std::size_t count) :
preallocated_stack_allocator( std::size_t count = 1) :
p_( new impl( count) )
{}