5 Mar
2014
5 Mar
'14
7:49 p.m.
On 5.3.2014 г. 21:31 ч., Andrey Semashev wrote:
MSVC was more creative:
__cdecl namespc::my_class2::operator char (__cdecl *)(double)(__cdecl *(void) const)(double)
It seems that BOOST_CURRENT_FUNCTION expands to __FUNCSIG__ in msvc, as the simple __FUNCTION__ produces a far simpler output (similar to the one in gcc. Why don't you try using __FUNCTION__ when _MSC_VER is defined? -- Borislav