$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Fwd: boost::bind vs. boost::lambda::bind - bug]
From: Chris Hite (C.Hite_at_[hidden])
Date: 2009-12-30 09:30:13
> Boost.Bind includes the placeholders in the global namespace, not in
> namespace boost.
>
> In Christ,
> Steven Watanabe
>
http://www.boost.org/doc/libs/1_41_0/boost/bind/placeholders.hpp
Thanks Steven. _1 is defined in ::<unnamed>. Why would boost declare
things outside of the boost namespace?!?
Chris