-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Conflicts between CoreServices and spdlog on Mac OS X #113
Comments
@Kentzo whats the status of this? does it still happen? |
Yep, it does. |
It appears to be a conflict in fmt (which spdlog uses) and not spdlog itself. If I replace |
in this case i will report this issue to fmt devs |
Fixed in f5bde23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you include
#include <CoreServices/CoreServices.h>
before#include <spdlog/spdlog.h>
you may see the following error:Tested on 10.10.4, latest xcode.
The text was updated successfully, but these errors were encountered: