Groups
Groups
Sign in
Groups
Groups
BOOST Archives
Conversations
About
Send feedback
Help
[Boost-users] Small Improvement in bind.hpp
1 view
Skip to first unread message
Isaac Lascasas
unread,
May 31, 2012, 12:20:39 PM
5/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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