1
0
forked from boostorg/bind

Update tests to use boost/bind/bind.hpp instead of boost/bind.hpp

This commit is contained in:
Peter Dimov
2019-12-13 19:34:30 +02:00
parent 5c21b6a525
commit 66ddaf88e1
46 changed files with 109 additions and 47 deletions
+3 -1
View File
@@ -17,7 +17,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/ref.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
@@ -31,6 +31,8 @@
#pragma warning(pop)
#endif
using namespace boost::placeholders;
//
struct visitor