-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Compiler error in os-inl.h min/max on Windows #1302
Comments
please provide the full error log from the compiler |
We have min / max defined as macros by Windows (and enforced by us). We have the SPDLOG_WCHAR_TO_UTF8_SUPPORT flag also. |
Fixed. (I hope, please verify) The systemd/syslog sinks are not available under Winows anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks similar to #1251 and #902
This issue also manifests itself when using
std::numeric_limits<>::max / min()
. This is causing an issue indetails/os-inl.h
for us, but I can see that it's insinks/syslog_sink.h
andsinks/systemd_sink.h
as well as a few otherfmt
files.The text was updated successfully, but these errors were encountered: