-
Notifications
You must be signed in to change notification settings - Fork 625
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
Q: __func__ in msvc #3516
Labels
Comments
Currently, we support VC++ 2013 or later, and I think we use it on AppVeyor. |
MSVC has |
Thank you! |
I will reopen this when 2023:-) |
masatake
added a commit
to masatake/ctags
that referenced
this issue
Aug 17, 2023
masatake
added a commit
to masatake/ctags
that referenced
this issue
Aug 17, 2023
masatake
added a commit
to masatake/ctags
that referenced
this issue
Aug 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@k-takata I have a question about msvc.
During making a pull request, I found msvc didn't know
__func__
.__func__
is part of C99.__func__
is so useful for debugging and making useful error messages.Don't you know any alternative to
__func__
in msvc?As far as reading
https://learn.microsoft.com/ja-jp/cpp/preprocessor/predefined-macros?view=msvc-140,
__func__
is available. Do we use older msvc?The text was updated successfully, but these errors were encountered: