Warnings: teeks99-dkr-dc17-17 - assign / clang-linux-17~c++17
Rev e0100e02f080c605b68e13899dc04aab466cbf60 / Sun, 10 Nov 2024 17:47:01 +0000
email_example
../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.
                
list_inserter
../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.
                
list_of_workaround
../libs/assign/test/list_of_workaround.cpp:41:54: warning: variable 'v2' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/assign/test/list_of_workaround.cpp:42:50: warning: variable 'a2' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
2 warnings generated.
                
my_vector_example
../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.
                
ptr_list_inserter
../libs/assign/test/ptr_list_inserter.cpp:79:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_list_inserter.cpp:83:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
../libs/assign/test/ptr_list_inserter.cpp:87:25: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
3 warnings generated.
                
ptr_list_of
../boost/assign/ptr_list_of.hpp:57:22: warning: 'auto_ptr<boost::ptr_vector<Foo>>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1 warning generated.
                
ptr_map_inserter
../libs/assign/test/ptr_map_inserter.cpp:70:27: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
1 warning generated.