updated boost on windows

This commit is contained in:
Bassem Girgis
2019-08-13 21:48:48 -05:00
parent 7d77d485fd
commit b40a3bee82
5162 changed files with 473027 additions and 116452 deletions

View File

@@ -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>