some commentaries

git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@431 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-09-11 21:41:48 +00:00
parent 5ad48470b6
commit c6c079f8aa
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace PT
/* /*
stack_size and heap_block_size have to be *greater* than zero
*/ */
template<typename item_type, size_t stack_size, size_t heap_block_size> template<typename item_type, size_t stack_size, size_t heap_block_size>
class MemBuffer class MemBuffer