
5 Sep
2008
5 Sep
'08
7:16 p.m.
On Thu, Sep 4, 2008 at 10:03 PM, Peter Dimov <pdimov@pdimov.com> wrote:
Emil Dotchevski:
It appears that BOOST_CURRENT_FUNCTION returns '(unknown)' on sun-5.7, sun-5.8 and sun-5.9, ...
Is this a bug, or is BOOST_CURRENT_FUNCTION not possible on that compiler?
Google tells me that __func__ might work on some Sun C++ versions, but I don't have access to the compiler and can't check. :-)
Sun C++ supports __func__ under -features=extensions command line option. -- Simon Atanasyan