[Boost-users] Small Improvement in bind.hpp

1 view
Skip to first unread message

Isaac Lascasas

unread,
May 31, 2012, 12:20:39 PM5/31/12
to boost...@lists.boost.org
I have found this in bind.hpp:

#ifndef BOOST_BIND
#define BOOST_BIND bind
#endif

it causes minor problems with my codebase by confusing it with the windows sockets api. Maybe it should be changed to something like

#ifndef BOOST_BIND
#define BOOST_BIND ::boost::bind
#endif

Regards,
Isaac Lascasas.
Reply all
Reply to author
Forward
0 new messages