mirror of
https://github.com/boostorg/bind.git
synced 2026-02-22 18:25:27 +01:00
Update tests to use boost/bind/bind.hpp instead of boost/bind.hpp
This commit is contained in:
@@ -29,7 +29,7 @@ int main()
|
||||
|
||||
#define BOOST_BIND_ENABLE_STDCALL
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
|
||||
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
|
||||
#pragma warning(push, 3)
|
||||
@@ -43,6 +43,8 @@ int main()
|
||||
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
|
||||
using namespace boost::placeholders;
|
||||
|
||||
//
|
||||
|
||||
long __stdcall f_0()
|
||||
|
||||
Reference in New Issue
Block a user