base_test
../libs/circular_buffer/test/common.ipp:277:40: warning: unused parameter 'n' [-Wunused-parameter]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<MyInteger>, boost::cb_details::const_traits<std::allocator<MyInteger>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
../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]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<char>, boost::cb_details::const_traits<std::allocator<char>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
5 warnings generated.
base_test_dbg
../libs/circular_buffer/test/common.ipp:277:40: warning: unused parameter 'n' [-Wunused-parameter]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<MyInteger>, boost::cb_details::const_traits<std::allocator<MyInteger>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
../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]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<char>, boost::cb_details::const_traits<std::allocator<char>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
5 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:277:40: warning: unused parameter 'n' [-Wunused-parameter]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<MyInteger>, boost::cb_details::const_traits<std::allocator<MyInteger>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
../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]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<char>, boost::cb_details::const_traits<std::allocator<char>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
4 warnings generated.
space_optimized_test_dbg
../libs/circular_buffer/test/common.ipp:277:40: warning: unused parameter 'n' [-Wunused-parameter]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<MyInteger>, boost::cb_details::const_traits<std::allocator<MyInteger>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
../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]
../boost/circular_buffer/details.hpp:263:15: warning: definition of implicit copy constructor for 'iterator<boost::circular_buffer<char>, boost::cb_details::const_traits<std::allocator<char>>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
4 warnings generated.