Replace BOOST_CURRENT_FUNCTION with __PRETTY_FUNCTION__ used everywhere in the codebase
Replace BOOST_CURRENT_FUNCTION
with __PRETTY_FUNCTION__
used everywhere in the codebase.
Note: for gcc/clang BOOST_CURRENT_FUNCTION
is __PRETTY_FUNCTION__
, no need for an extra layer of abstraction.
Edited by Andrii Verbytskyi