$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-02-16 07:19:05
yinglcs2_at_[hidden] wrote:
> And I still can't get my code to compile:
> code:
> int count = count_if (bdl.begin(), bdl.end(), bind(
> &BlockData::isContainer, _1));
You need to post a complete example that fails. I don't see anything wrong
with that line.