Small Improvement in bind.hpp
31 May
2012
31 May
'12
4:20 p.m.
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.
4563
Age (days ago)
4563
Last active (days ago)
0 comments
1 participants
participants (1)
-
Isaac Lascasas