$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_nospam__at_[hidden])
Date: 2004-04-10 04:03:02
Sorry it this has been asked yet, I didn't find anything.
Currently placeholders are ambigous if you include boost/bind.hpp and
boost/lambda/bind.hpp in the same translation unit.
The compiler finds the _1 of the function library and the one of the
lambda library. Could this be resolved (without specifying an explicit
namespace for the placeholder?)
Stefan