$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] doubt on boost::bind and boost::function
From: Igor R (boost.lists_at_[hidden])
Date: 2010-02-19 10:24:53
>> If I use _1 it seems that there is a conflict with the placehodler of> boost::lambda
Do not import lambda::_1 into the global namespace! Boost.Bind
placeholders already reside there.