$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2003-12-21 19:17:02
The examples in the MPL documentation for remove_if and replace_if use the
lamba expression
greater<_,4>.
I believe this should be
greater<_,int_<4> >.
Jonathan