
4 Sep
2008
4 Sep
'08
8:24 a.m.
Emil Dotchevski wrote:
It appears that BOOST_CURRENT_FUNCTION returns '(unknown)' on sun-5.7, sun-5.8 and sun-5.9, I'm looking at http://www.boost.org/development/tests/trunk/developer/output/Sandia-sun-boo....
Is this a bug, or is BOOST_CURRENT_FUNCTION not possible on that compiler?
Not possible I suspect: it relies on the compiler supporting the non-standard __function__ symbol. John.