$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-04-07 14:31:00
Olaf Peter:
> error: 'for_each' was not declared in this scope
for_each is declared in <algorithm> and should be qualified with std::.