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

Fix(tweakme): SPDLOG_FUNCTION #2182

Merged
merged 2 commits into from
Nov 19, 2021
Merged

Fix(tweakme): SPDLOG_FUNCTION #2182

merged 2 commits into from
Nov 19, 2021

Conversation

Light7734
Copy link
Contributor

@Light7734 Light7734 commented Nov 19, 2021

Uncommenting SPDLOG_FUNCTION will make MSVC fail to compile,

Fixed it by adding an #ifdef around __PRETTY_FUNCTION__

- Uncommenting SPDLOG_FUNCTION will make MSVC fail to compile:
    __PRETTY_FUNCTION__ is shown in intellisense but it's not available at compile time
    https://stackoverflow.com/questions/48857887/pretty-function-in-visual-c
@gabime gabime merged commit e65efdb into gabime:v1.x Nov 19, 2021
@gabime
Copy link
Owner

gabime commented Nov 19, 2021

Thanks @Light3039

@Light7734 Light7734 deleted the patch-1 branch November 19, 2021 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants