Re: [boost] Fix: current_function.hpp

2003-05-23 Thread Peter Dimov
Pavel Vozenilek wrote: > current_function.hpp doesn't include Intel C++ where __FUNCTION__ can > be used. It is more-less equivalent of GCC __FUNCTION__ (not the > pretty one). > > No other similar macro works. It is not listed in official > documentation but (likely) provided as GCC compatibilit

[boost] Fix: current_function.hpp

2003-05-22 Thread Pavel Vozenilek
current_function.hpp doesn't include Intel C++ where __FUNCTION__ can be used. It is more-less equivalent of GCC __FUNCTION__ (not the pretty one). No other similar macro works. It is not listed in official documentation but (likely) provided as GCC compatibility feature. Tested configurations: -