Go to the documentation of this file.
27 #include <boost/current_function.hpp>
29 #define REMOVE_FUNCTION(sig)\
30 std::cerr<<"Function "<<sig<<" is deprecated and will be removed";\
31 std::cerr<<" in a future release!"<<std::endl
33 #define REPLACE_FUNCTION(oldsig,newsig)\
34 REMOVE_FUNCTION(oldsig);\
35 std::cerr<<"Use "<<newsig<<" instread!"<<sdt::endl;