
21 Jun
2008
21 Jun
'08
12:22 p.m.
Markus Schöpflin wrote:
cxx: Error: ../boost/interprocess/allocators/detail/node_pool.hpp, line 334: expression must have (pointer-to-) function type (exprnotptrfun) { this->purge_blocks()(); } ------^
This should probably read 'this->purge_blocks();', without the extra pair of brackets.
Thanks! Fixed in SVN trunk. I'll commit all bug fixes from trunk to the release branch in a few days if all tests are ok. Regards, Ion