-
Notifications
You must be signed in to change notification settings - Fork 2.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
color.h fails to compile with clang #1063
Comments
mwinterb
added a commit
to mwinterb/fmt
that referenced
this issue
Mar 4, 2019
…string. Addresses fmtlib#1063.
VS2019 preview also fails with this. I had been holding off reporting it since I wasn't sure if that was because of a bug in the preview or not as clang-cl was compiling it just fine. |
mwinterb
added a commit
to mwinterb/fmt
that referenced
this issue
Mar 6, 2019
This is so that the format with a text_tyle will compile even if header-only mode isn't enabled. Addresses fmtlib#1063.
vitaut
pushed a commit
that referenced
this issue
Mar 6, 2019
This is so that the format with a text_tyle will compile even if header-only mode isn't enabled. Addresses #1063.
Fixed by #1068. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This godbolt example does not compile with any version of clang with the latest version of the library. The code in question I believe was introduced in #994.
Compiles without issue with gcc, icc, MSVC, ect, and 5.3.0 works fine. Though it does compile in header only mode.
The text was updated successfully, but these errors were encountered: