$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-10-07 15:10:02
For example, using this syntax the if_then example above can be written as:
for_each(a.begin(), a.end(),
if(_1 % 2 == 0)[ cout << _1 ])
^
Missing underscore?
-- Dave Abrahams Boost Consulting www.boost-consulting.com