Compile [2024-11-14 22:36:49 UTC]: fail
"g++-6" -fvisibility-inlines-hidden -std=gnu++11 -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_NO_LIB=1 -DBOOST_ATOMIC_STATIC_LINK=1 -DBOOST_CHRONO_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_TEST_NO_OLD_TOOLS -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/atomic/include" -I"/var/boost/run/boost_root/libs/bind/include" -I"/var/boost/run/boost_root/libs/chrono/include" -I"/var/boost/run/boost_root/libs/container/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/function/include" -I"/var/boost/run/boost_root/libs/integer/include" -I"/var/boost/run/boost_root/libs/interprocess/include" -I"/var/boost/run/boost_root/libs/intrusive/include" -I"/var/boost/run/boost_root/libs/lockfree/include" -I"/var/boost/run/boost_root/libs/move/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/optional/include" -I"/var/boost/run/boost_root/libs/parameter/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/ratio/include" -I"/var/boost/run/boost_root/libs/system/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/variant2/include" -I"/var/boost/run/boost_root/libs/winapi/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/lockfree/test/queue_interprocess_test.test/gcc-6~gnu11/debug/x86_64/debug-symbols-off/link-static/threading-multi/visibility-hidden/queue_interprocess_test.o" "../libs/lockfree/test/queue_interprocess_test.cpp"
In file included from ../boost/lockfree/queue.hpp:22:0,
from ../libs/lockfree/test/queue_interprocess_test.cpp:11:
../boost/lockfree/detail/copy_payload.hpp: In function 'void boost::lockfree::detail::copy_payload(T&, U&)':
../boost/lockfree/detail/copy_payload.hpp:43:18: error: 'conditional_t' in namespace 'std' does not name a template type
typedef std::conditional_t< is_convertible, copy_convertible, copy_constructible_and_copyable > copy_type;
^~~~~~~~~~~~~
../boost/lockfree/detail/copy_payload.hpp:44:5: error: 'copy_type' has not been declared
copy_type::copy( t, u );
^~~~~~~~~
In file included from ../boost/lockfree/queue.hpp:23:0,
from ../libs/lockfree/test/queue_interprocess_test.cpp:11:
../boost/lockfree/detail/freelist.hpp: At global scope:
../boost/lockfree/detail/freelist.hpp:641:18: error: 'conditional_t' in namespace 'std' does not name a template type
typedef std::conditional_t< IsCompileTimeSized,
^~~~~~~~~~~~~
../boost/lockfree/detail/freelist.hpp:646:18: error: 'conditional_t' in namespace 'std' does not name a template type
typedef std::conditional_t< IsCompileTimeSized || IsFixedSize,
^~~~~~~~~~~~~
../boost/lockfree/detail/freelist.hpp:660:18: error: 'conditional_t' in namespace 'std' does not name a template type
typedef std::conditional_t< IsNodeBased, tagged_ptr< T >, tagged_index > tagged_handle_type;
^~~~~~~~~~~~~
../boost/lockfree/detail/freelist.hpp:661:18: error: 'conditional_t' in namespace 'std' does not name a template type
typedef std::conditional_t< IsNodeBased, T*, typename tagged_index::index_t > handle_type;
^~~~~~~~~~~~~
../boost/lockfree/detail/freelist.hpp: In substitution of 'template<class T, class Alloc, bool IsCompileTimeSized, bool IsFixedSize, long unsigned int Capacity> using select_freelist_t = typename boost::lockfree::detail::select_freelist::type [with T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node; Alloc = boost::lockfree::detail::extract_allocator<boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::lockfree::tag::capacity, boost::lockfree::capacity<2048ul>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::lockfree::tag::allocator, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, std::integral_constant<bool, true> > >, boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node>::type; bool IsCompileTimeSized = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::compile_time_sized; bool IsFixedSize = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::fixed_sized; long unsigned int Capacity = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::capacity]':
../boost/lockfree/queue.hpp:133:106: required from 'class boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >'
../libs/lockfree/test/queue_interprocess_test.cpp:37:14: required from here
../boost/lockfree/detail/freelist.hpp:653:112: error: no type named 'type' in 'struct boost::lockfree::detail::select_freelist<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::allocator<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index> >, true, false, 2049ul>'
using select_freelist_t = typename select_freelist< T, Alloc, IsCompileTimeSized, IsFixedSize, Capacity >::type;
^
In file included from ../libs/lockfree/test/queue_interprocess_test.cpp:11:0:
../boost/lockfree/queue.hpp: In instantiation of 'class boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >':
../libs/lockfree/test/queue_interprocess_test.cpp:37:14: required from here
../boost/lockfree/queue.hpp:135:84: error: no type named 'handle_type' in 'struct boost::lockfree::detail::select_tagged_handle<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, false>'
typedef typename detail::select_tagged_handle< node, node_based >::handle_type handle_type;
^~~~~~~~~~~
../boost/lockfree/queue.hpp:608:34: error: no type named 'type' in 'struct boost::lockfree::detail::select_freelist<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::allocator<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index> >, true, false, 2049ul>'
atomic< tagged_node_handle > head_;
^~~~~
../boost/lockfree/queue.hpp:610:57: error: size of array is not an integral constant-expression
char padding1[ padding_size ];
^
../boost/lockfree/queue.hpp:611:34: error: no type named 'type' in 'struct boost::lockfree::detail::select_freelist<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::allocator<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index> >, true, false, 2049ul>'
atomic< tagged_node_handle > tail_;
^~~~~
../boost/lockfree/queue.hpp:612:57: error: size of array is not an integral constant-expression
char padding2[ padding_size ];
^
../boost/lockfree/queue.hpp: In instantiation of 'bool boost::lockfree::queue<T, Options>::empty() const [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]':
../libs/lockfree/test/queue_interprocess_test.cpp:44:27: required from here
../boost/lockfree/queue.hpp:297:16: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
return pool.get_handle( head_.load() ) == pool.get_handle( tail_.load() );
^~~~
../boost/lockfree/queue.hpp:297:33: error: using invalid field 'boost::lockfree::queue<T, Options>::head_'
return pool.get_handle( head_.load() ) == pool.get_handle( tail_.load() );
^~~~~
../boost/lockfree/queue.hpp:297:51: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
return pool.get_handle( head_.load() ) == pool.get_handle( tail_.load() );
^~~~
../boost/lockfree/queue.hpp:297:68: error: using invalid field 'boost::lockfree::queue<T, Options>::tail_'
return pool.get_handle( head_.load() ) == pool.get_handle( tail_.load() );
^~~~~
../boost/lockfree/queue.hpp: In instantiation of 'bool boost::lockfree::queue<T, Options>::do_push(const T&) [with bool Bounded = false; T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]':
../boost/lockfree/queue.hpp:310:32: required from 'bool boost::lockfree::queue<T, Options>::push(const T&) [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]'
../libs/lockfree/test/queue_interprocess_test.cpp:37:24: required from here
../boost/lockfree/queue.hpp:351:19: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
node* n = pool.template construct< true, Bounded >( t, pool.null_handle() );
^~~~
../boost/lockfree/queue.hpp:351:64: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
node* n = pool.template construct< true, Bounded >( t, pool.null_handle() );
^~~~
../boost/lockfree/queue.hpp: In instantiation of 'bool boost::lockfree::queue<T, Options>::pop(U&) [with U = int; T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]':
../boost/lockfree/queue.hpp:426:24: required from 'bool boost::lockfree::queue<T, Options>::pop(T&) [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]'
../libs/lockfree/test/queue_interprocess_test.cpp:53:47: required from here
../boost/lockfree/queue.hpp:442:43: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
node* head_ptr = pool.get_pointer( head );
^~~~
../boost/lockfree/queue.hpp:446:43: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
node* next_ptr = pool.get_pointer( next );
^~~~
../boost/lockfree/queue.hpp:450:22: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
if ( pool.get_handle( head ) == pool.get_handle( tail ) ) {
^~~~
../boost/lockfree/queue.hpp:450:49: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
if ( pool.get_handle( head ) == pool.get_handle( tail ) ) {
^~~~
../boost/lockfree/queue.hpp:455:21: error: using invalid field 'boost::lockfree::queue<T, Options>::tail_'
tail_.compare_exchange_strong( tail, new_tail );
^~~~~
../boost/lockfree/queue.hpp: In instantiation of 'struct boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node':
../boost/lockfree/queue.hpp:465:53: required from 'bool boost::lockfree::queue<T, Options>::pop(U&) [with U = int; T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]'
../boost/lockfree/queue.hpp:426:24: required from 'bool boost::lockfree::queue<T, Options>::pop(T&) [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]'
../libs/lockfree/test/queue_interprocess_test.cpp:53:47: required from here
../boost/lockfree/queue.hpp:109:95: error: no type named 'tagged_handle_type' in 'struct boost::lockfree::detail::select_tagged_handle<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, false>'
typedef typename detail::select_tagged_handle< node, node_based >::tagged_handle_type tagged_node_handle;
^~~~~~~~~~~~~~~~~~
../boost/lockfree/queue.hpp:110:95: error: no type named 'handle_type' in 'struct boost::lockfree::detail::select_tagged_handle<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, false>'
typedef typename detail::select_tagged_handle< node, node_based >::handle_type handle_type;
^~~~~~~~~~~
../boost/lockfree/queue.hpp:128:38: error: no type named 'tagged_handle_type' in 'struct boost::lockfree::detail::select_tagged_handle<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, false>'
atomic< tagged_node_handle > next;
^~~~
../boost/lockfree/queue.hpp: In instantiation of 'bool boost::lockfree::queue<T, Options>::pop(U&) [with U = int; T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]':
../boost/lockfree/queue.hpp:426:24: required from 'bool boost::lockfree::queue<T, Options>::pop(T&) [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]'
../libs/lockfree/test/queue_interprocess_test.cpp:53:47: required from here
../boost/lockfree/queue.hpp:468:26: error: using invalid field 'boost::lockfree::queue<T, Options>::head_'
if ( head_.compare_exchange_weak( head, new_head ) ) {
^~~~~
../boost/lockfree/queue.hpp:469:25: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
pool.template destruct< true >( head );
^~~~
../boost/lockfree/queue.hpp: In instantiation of 'boost::lockfree::queue<T, Options>::queue(const allocator&) [with Enabler = std::enable_if<true, void>; T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}; boost::lockfree::queue<T, Options>::allocator = boost::interprocess::allocator<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >::node, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index> >]':
../boost/interprocess/detail/named_proxy.hpp:99:7: required from 'void boost::interprocess::ipcdetail::CtorArgN<T, is_iterator, Args>::construct(void*, boost::interprocess::ipcdetail::false_, const boost::container::dtl::index_tuple<IdxPack ...>&) [with long unsigned int ...IdxPack = {0ul}; T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; bool is_iterator = false; Args = {boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&}; boost::interprocess::ipcdetail::false_ = boost::interprocess::ipcdetail::bool_<false>]'
../boost/interprocess/detail/named_proxy.hpp:82:13: required from 'void boost::interprocess::ipcdetail::CtorArgN<T, is_iterator, Args>::construct_n(void*, std::size_t) [with T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; bool is_iterator = false; Args = {boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&}; std::size_t = long unsigned int]'
../boost/interprocess/segment_manager.hpp:737:7: required from 'typename Proxy::object_type* boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::priv_anonymous_construct(Proxy, boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type, bool) [with Proxy = boost::interprocess::ipcdetail::CtorArgN<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >, false, boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&>; CharType = char; MemoryAlgorithm = boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>; IndexType = boost::interprocess::iset_index; typename Proxy::object_type = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type = long unsigned int]'
../boost/interprocess/segment_manager.hpp:657:64: required from 'typename Proxy::object_type* boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::generic_construct(Proxy&, const CharType*, boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type, bool, bool) [with Proxy = boost::interprocess::ipcdetail::CtorArgN<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >, false, boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&>; CharType = char; MemoryAlgorithm = boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>; IndexType = boost::interprocess::iset_index; typename Proxy::object_type = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type = long unsigned int]'
../boost/interprocess/detail/named_proxy.hpp:145:84: required from 'T* boost::interprocess::ipcdetail::named_proxy<SegmentManager, T, is_iterator>::operator()(Args&& ...) const [with Args = {boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&}; SegmentManager = boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index>; T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; bool is_iterator = false]'
../libs/lockfree/test/queue_interprocess_test.cpp:35:70: required from here
../boost/lockfree/queue.hpp:211:31: error: using invalid field 'boost::lockfree::queue<T, Options>::head_'
pool( alloc, capacity )
^
../boost/lockfree/queue.hpp:211:31: error: using invalid field 'boost::lockfree::queue<T, Options>::tail_'
../boost/lockfree/queue.hpp:211:31: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
../boost/lockfree/queue.hpp: In instantiation of 'boost::lockfree::queue<T, Options>::~queue() [with T = int; Options = {boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul>}]':
../boost/interprocess/detail/named_proxy.hpp:50:7: required from 'void boost::interprocess::ipcdetail::named_construct_placement_destroy(void*, std::size_t) [with T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; std::size_t = long unsigned int]'
../boost/interprocess/detail/named_proxy.hpp:87:46: required from 'void boost::interprocess::ipcdetail::CtorArgN<T, is_iterator, Args>::construct_n(void*, std::size_t) [with T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; bool is_iterator = false; Args = {boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&}; std::size_t = long unsigned int]'
../boost/interprocess/segment_manager.hpp:737:7: required from 'typename Proxy::object_type* boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::priv_anonymous_construct(Proxy, boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type, bool) [with Proxy = boost::interprocess::ipcdetail::CtorArgN<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >, false, boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&>; CharType = char; MemoryAlgorithm = boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>; IndexType = boost::interprocess::iset_index; typename Proxy::object_type = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type = long unsigned int]'
../boost/interprocess/segment_manager.hpp:657:64: required from 'typename Proxy::object_type* boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::generic_construct(Proxy&, const CharType*, boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type, bool, bool) [with Proxy = boost::interprocess::ipcdetail::CtorArgN<boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >, false, boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&>; CharType = char; MemoryAlgorithm = boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>; IndexType = boost::interprocess::iset_index; typename Proxy::object_type = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; boost::interprocess::segment_manager<CharType, MemoryAlgorithm, IndexType>::size_type = long unsigned int]'
../boost/interprocess/detail/named_proxy.hpp:145:84: required from 'T* boost::interprocess::ipcdetail::named_proxy<SegmentManager, T, is_iterator>::operator()(Args&& ...) const [with Args = {boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> >&}; SegmentManager = boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family>, boost::interprocess::iset_index>; T = boost::lockfree::queue<int, boost::lockfree::allocator<boost::interprocess::allocator<int, boost::interprocess::segment_manager<char, boost::interprocess::rbtree_best_fit<boost::interprocess::mutex_family, boost::interprocess::offset_ptr<void, long int, long unsigned int, 0ul>, 0ul>, boost::interprocess::iset_index> > >, boost::lockfree::capacity<2048ul> >; bool is_iterator = false]'
../libs/lockfree/test/queue_interprocess_test.cpp:35:70: required from here
../boost/lockfree/queue.hpp:286:9: error: using invalid field 'boost::lockfree::queue<T, Options>::pool'
pool.template destruct< false >( head_.load( memory_order_relaxed ) );
^~~~
../boost/lockfree/queue.hpp:286:42: error: using invalid field 'boost::lockfree::queue<T, Options>::head_'
pool.template destruct< false >( head_.load( memory_order_relaxed ) );
^~~~~