updated boost on windows
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
#include <boost/mpl/void.hpp>
|
||||
|
||||
#include <boost/lockfree/detail/allocator_rebind_helper.hpp>
|
||||
|
||||
|
||||
namespace boost {
|
||||
namespace lockfree {
|
||||
@@ -54,7 +56,7 @@ struct extract_allocator
|
||||
std::allocator<T>
|
||||
>::type allocator_arg;
|
||||
|
||||
typedef typename allocator_arg::template rebind<T>::other type;
|
||||
typedef typename detail::allocator_rebind_helper<allocator_arg, T>::type type;
|
||||
};
|
||||
|
||||
template <typename bound_args, bool default_ = false>
|
||||
|
||||
Reference in New Issue
Block a user