mirror of
https://github.com/boostorg/bind.git
synced 2026-01-26 17:22:34 +01:00
Update tests to use boost/bind/bind.hpp instead of boost/bind.hpp
This commit is contained in:
@@ -18,7 +18,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)
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
|
||||
using namespace boost::placeholders;
|
||||
|
||||
//
|
||||
|
||||
struct Z
|
||||
|
||||
Reference in New Issue
Block a user