You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g++ supports func but preferably we will use PRETTY_FUNCTION to make it easier b/w overloaded functions
apparently VC++ supports FUNCTION but we need to confirm this
investigate the other compilers and use that.
Additionally,
if we use #ifndef __func__ this always compiles that shouldn't be the case in g++ !
The text was updated successfully, but these errors were encountered:
g++ supports func but preferably we will use PRETTY_FUNCTION to make it easier b/w overloaded functions
apparently VC++ supports FUNCTION but we need to confirm this
investigate the other compilers and use that.
Additionally,
if we use
#ifndef __func__
this always compiles that shouldn't be the case in g++ !The text was updated successfully, but these errors were encountered: