Use static placeholders for VC7.x
This commit is contained in:
parent
49e9332102
commit
fff9700115
@ -74,7 +74,7 @@ namespace detail
|
||||
};
|
||||
}
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, < 1400)
|
||||
|
||||
static boost::arg<1>& error
|
||||
= asio::placeholders::detail::placeholder<1>::get();
|
||||
|
Loading…
Reference in New Issue
Block a user