Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross compiler function support #2

Closed
abumq opened this issue Oct 13, 2012 · 0 comments
Closed

Add cross compiler function support #2

abumq opened this issue Oct 13, 2012 · 0 comments

Comments

@abumq
Copy link
Owner

abumq commented Oct 13, 2012

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++ !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant