[interprocess] Error in allocators/detail/node_pool.hpp

Hello, me and my compiler think that there is an error in this file: 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. Regards, Markus

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
participants (2)
-
Ion Gaztañaga
-
Markus Schöpflin