$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2008-06-20 17:31:47
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