Compile [2024-11-17 19:52:14 UTC]: fail
"g++-13" -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/container_hash/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/describe/include" -I"/var/boost/run/boost_root/libs/detail/include" -I"/var/boost/run/boost_root/libs/function/include" -I"/var/boost/run/boost_root/libs/function_types/include" -I"/var/boost/run/boost_root/libs/fusion/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/tuple/include" -I"/var/boost/run/boost_root/libs/type_traits/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/spsc_queue_test.test/gcc-13~gnu11/debug/x86_64/debug-symbols-off/link-static/threading-multi/visibility-hidden/spsc_queue_test.o" "../libs/lockfree/test/spsc_queue_test.cpp"
In file included from ../boost/lockfree/spsc_queue.hpp:27,
from ../libs/lockfree/test/spsc_queue_test.cpp:7:
../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; did you mean 'conditional'?
43 | typedef std::conditional_t< is_convertible, copy_convertible, copy_constructible_and_copyable > copy_type;
| ^~~~~~~~~~~~~
| conditional
../boost/lockfree/detail/copy_payload.hpp:44:5: error: 'copy_type' has not been declared
44 | copy_type::copy( t, u );
| ^~~~~~~~~
../boost/lockfree/spsc_queue.hpp: At global scope:
../boost/lockfree/spsc_queue.hpp:590:18: error: 'conditional_t' in namespace 'std' does not name a template type; did you mean 'conditional'?
590 | typedef std::conditional_t< runtime_sized,
| ^~~~~~~~~~~~~
| conditional
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<64> >':
../libs/lockfree/test/spsc_queue_test.cpp:24:39: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<64> >'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<64> >'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
In file included from ../boost/test/test_tools.hpp:52,
from ../boost/test/unit_test.hpp:18,
from ../libs/lockfree/test/spsc_queue_test.cpp:13:
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void simple_spsc_queue_test::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:26:27: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<64> >' has no member named 'empty'
26 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:26:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
26 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:37:27: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<64> >' has no member named 'empty'
37 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:37:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
37 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<int>':
../libs/lockfree/test/spsc_queue_test.cpp:42:24: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int>'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int>'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void simple_spsc_queue_test_compile_time_size::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:44:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
44 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:44:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
44 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:55:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
55 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:55:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
55 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void spsc_queue_consume_one_test::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:78:19: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'is_lock_free'
78 | BOOST_WARN( f.is_lock_free() );
| ^~~~~~~~~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:145:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
145 | #define BOOST_TEST_WARN( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:275:45: note: in expansion of macro 'BOOST_TEST_WARN'
275 | #define BOOST_WARN( P ) BOOST_TEST_WARN( P )
| ^~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:78:5: note: in expansion of macro 'BOOST_WARN'
78 | BOOST_WARN( f.is_lock_free() );
| ^~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:79:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
79 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:79:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
79 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:95:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
95 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:95:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
95 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void spsc_queue_consume_all_test::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:102:19: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'is_lock_free'
102 | BOOST_WARN( f.is_lock_free() );
| ^~~~~~~~~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:145:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
145 | #define BOOST_TEST_WARN( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:275:45: note: in expansion of macro 'BOOST_TEST_WARN'
275 | #define BOOST_WARN( P ) BOOST_TEST_WARN( P )
| ^~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:102:5: note: in expansion of macro 'BOOST_WARN'
102 | BOOST_WARN( f.is_lock_free() );
| ^~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:103:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
103 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:103:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
103 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:112:27: error: 'class boost::lockfree::spsc_queue<int>' has no member named 'empty'
112 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:112:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
112 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<2> >':
../libs/lockfree/test/spsc_queue_test.cpp:126:38: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<2> >'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<2> >'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >':
../libs/lockfree/test/spsc_queue_test.cpp:166:39: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<16> >'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<16> >'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<100> >':
../libs/lockfree/test/spsc_queue_test.cpp:186:30: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<100> >'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<int, boost::lockfree::capacity<100> >'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void spsc_queue_reset_test::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:354:27: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<64> >' has no member named 'empty'
354 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:354:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
354 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:360:27: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<64> >' has no member named 'empty'
360 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:360:5: note: in expansion of macro 'BOOST_TEST_REQUIRE'
360 | BOOST_TEST_REQUIRE( f.empty() );
| ^~~~~~~~~~~~~~~~~~
../boost/lockfree/spsc_queue.hpp: In instantiation of 'class boost::lockfree::spsc_queue<std::unique_ptr<int>, boost::lockfree::capacity<128> >':
../libs/lockfree/test/spsc_queue_test.cpp:365:93: required from here
../boost/lockfree/spsc_queue.hpp:618:7: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<std::unique_ptr<int>, boost::lockfree::capacity<128> >'
618 | class spsc_queue : public detail::make_ringbuffer< T, Options... >::ringbuffer_type
| ^~~~~~~~~~
../boost/lockfree/spsc_queue.hpp:622:80: error: no type named 'ringbuffer_type' in 'struct boost::lockfree::detail::make_ringbuffer<std::unique_ptr<int>, boost::lockfree::capacity<128> >'
622 | typedef typename detail::make_ringbuffer< T, Options... >::ringbuffer_type base_type;
| ^~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In member function 'void move_semantics::test_method()':
../libs/lockfree/test/spsc_queue_test.cpp:367:20: error: 'make_unique' is not a member of 'std'
367 | stk.push( std::make_unique< int >( 0 ) );
| ^~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:367:20: note: 'std::make_unique' is only available from C++14 onwards
../libs/lockfree/test/spsc_queue_test.cpp:367:33: error: expected primary-expression before 'int'
367 | stk.push( std::make_unique< int >( 0 ) );
| ^~~
../libs/lockfree/test/spsc_queue_test.cpp:368:20: error: 'make_unique' is not a member of 'std'
368 | stk.push( std::make_unique< int >( 1 ) );
| ^~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:368:20: note: 'std::make_unique' is only available from C++14 onwards
../libs/lockfree/test/spsc_queue_test.cpp:368:33: error: expected primary-expression before 'int'
368 | stk.push( std::make_unique< int >( 1 ) );
| ^~~
../libs/lockfree/test/spsc_queue_test.cpp:370:21: error: 'make_unique' is not a member of 'std'
370 | auto two = std::make_unique< int >( 2 );
| ^~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:370:21: note: 'std::make_unique' is only available from C++14 onwards
../libs/lockfree/test/spsc_queue_test.cpp:370:34: error: expected primary-expression before 'int'
370 | auto two = std::make_unique< int >( 2 );
| ^~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_push() [with int EnqueueMode = 0; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:249:58: required from here
../libs/lockfree/test/spsc_queue_test.cpp:228:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:228:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_push() [with int EnqueueMode = 1; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:250:60: required from here
../libs/lockfree/test/spsc_queue_test.cpp:228:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:228:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_push() [with int EnqueueMode = 2; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:251:55: required from here
../libs/lockfree/test/spsc_queue_test.cpp:228:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:228:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_push() [with int EnqueueMode = 3; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:252:47: required from here
../libs/lockfree/test/spsc_queue_test.cpp:228:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:228:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
228 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_pop() [with int EnqueueMode = 0; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:294:57: required from here
../libs/lockfree/test/spsc_queue_test.cpp:268:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:268:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_pop() [with int EnqueueMode = 1; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:295:59: required from here
../libs/lockfree/test/spsc_queue_test.cpp:268:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:268:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp: In instantiation of 'void spsc_queue_buffer_pop() [with int EnqueueMode = 4; int ElementCount = 7; int BufferSize = 16; int NumberOfIterations = 64]':
../libs/lockfree/test/spsc_queue_test.cpp:296:57: required from here
../libs/lockfree/test/spsc_queue_test.cpp:268:32: error: 'class boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >' has no member named 'empty'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ~~~^~~~~
../boost/test/tools/interface.hpp:41:47: note: in definition of macro 'BOOST_TEST_BUILD_ASSERTION'
41 | (::boost::test_tools::assertion::seed()->*P) \
| ^
../boost/test/tools/interface.hpp:134:5: note: in expansion of macro 'BOOST_TEST_TOOL_ET_IMPL'
134 | BOOST_TEST_TOOL_ET_IMPL( P, level ) \
| ^~~~~~~~~~~~~~~~~~~~~~~
../boost/test/detail/pp_variadic.hpp:27:51: note: in expansion of macro 'BOOST_TEST_TOOL_UNIV'
27 | # define BOOST_TEST_INVOKE_VARIADIC( tool, ... ) tool (__VA_ARGS__)
| ^~~~
../boost/test/detail/pp_variadic.hpp:35:5: note: in expansion of macro 'BOOST_TEST_INVOKE_VARIADIC'
35 | BOOST_TEST_INVOKE_VARIADIC( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/interface.hpp:151:45: note: in expansion of macro 'BOOST_TEST_INVOKE_IF_N_ARGS'
151 | #define BOOST_TEST_REQUIRE( ... ) BOOST_TEST_INVOKE_IF_N_ARGS( \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/lockfree/test/spsc_queue_test.cpp:268:9: note: in expansion of macro 'BOOST_TEST_REQUIRE'
268 | BOOST_TEST_REQUIRE( rb.empty() );
| ^~~~~~~~~~~~~~~~~~
In file included from ../boost/test/test_tools.hpp:53:
../boost/test/tools/assertion.hpp: In instantiation of 'static boost::test_tools::assertion::op::EQ<Lhs, Rhs, Enabler>::result_type boost::test_tools::assertion::op::EQ<Lhs, Rhs, Enabler>::eval(const Lhs&, const Rhs&) [with Lhs = long unsigned int; Rhs = int; Enabler = void; result_type = bool]':
../boost/test/tools/assertion.hpp:365:24: required from 'boost::test_tools::assertion::binary_expr<Lhs, Rhs, OP>::result_type boost::test_tools::assertion::binary_expr<Lhs, Rhs, OP>::value() const [with LExpr = boost::test_tools::assertion::value_expr<long unsigned int>; Rhs = int; OP = boost::test_tools::assertion::op::EQ<long unsigned int, int, void>; result_type = bool]'
../boost/test/tools/assertion.hpp:374:42: required from 'boost::test_tools::assertion_result boost::test_tools::assertion::binary_expr<Lhs, Rhs, OP>::evaluate(bool) const [with LExpr = boost::test_tools::assertion::value_expr<long unsigned int>; Rhs = int; OP = boost::test_tools::assertion::op::EQ<long unsigned int, int, void>]'
../libs/lockfree/test/spsc_queue_test.cpp:142:5: required from 'void spsc_queue_avail_test_run(QueueType&) [with QueueType = boost::lockfree::spsc_queue<int, boost::lockfree::capacity<16> >]'
../libs/lockfree/test/spsc_queue_test.cpp:167:30: required from here
../boost/test/tools/assertion.hpp:72:13: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare]
72 | action( ==, EQ, !=, NE ) \
| ^
../boost/test/tools/assertion.hpp:153:20: note: in definition of macro 'DEFINE_CONST_OPER'
153 | return lhs oper rhs; \
| ^~~~
../boost/test/tools/assertion.hpp:93:5: note: in expansion of macro 'BOOST_TEST_FOR_EACH_COMP_OP'
93 | BOOST_TEST_FOR_EACH_COMP_OP(action) \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/test/tools/assertion.hpp:174:1: note: in expansion of macro 'BOOST_TEST_FOR_EACH_CONST_OP'
174 | BOOST_TEST_FOR_EACH_CONST_OP( DEFINE_CONST_OPER )
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~