Warnings: teeks99-01-mc17-20-64onriscv64 - circular_buffer / clang-linux-17~c++20
Rev 2c0fc8b79b38277ae5f9ad52682877fb9756d9a7 / Fri, 26 Jun 2026 07:55:55 +0000
base_test
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>' to itself [-Wself-assign-overloaded]
../libs/circular_buffer/test/base_test.cpp:23:8: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>::iterator' (aka 'iterator<circular_buffer<MyInteger, allocator<MyInteger>>, cb_details::nonconst_traits<allocator<MyInteger>>>') to itself [-Wself-assign-overloaded]
2 warnings generated.
                
base_test_dbg
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>' to itself [-Wself-assign-overloaded]
../libs/circular_buffer/test/base_test.cpp:23:8: warning: explicitly assigning value of variable of type 'circular_buffer<MyInteger>::iterator' (aka 'iterator<circular_buffer<MyInteger, allocator<MyInteger>>, cb_details::nonconst_traits<allocator<MyInteger>>>') to itself [-Wself-assign-overloaded]
2 warnings generated.
                
bounded_buffer_comparison
../boost/bind.hpp:36:1: warning: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. [-W#pragma-messages]
1 warning generated.
                
space_optimized_test
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer_space_optimized<MyInteger>' to itself [-Wself-assign-overloaded]
1 warning generated.
                
space_optimized_test_dbg
../libs/circular_buffer/test/common.ipp:1074:9: warning: explicitly assigning value of variable of type 'circular_buffer_space_optimized<MyInteger>' to itself [-Wself-assign-overloaded]
1 warning generated.