We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example here. I believe per commit c21c6b8
This error will happen when you include format.h, format with a std::FILE* handle, and later include color.h (ie from another translation unit).
format.h
std::FILE*
color.h
Specialization happens here:
fmt/include/fmt/color.h
Lines 521 to 526 in 02a6f16
Can these be forward declared in core.h before instantiation?
core.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example here. I believe per commit c21c6b8
This error will happen when you include
format.h
, format with astd::FILE*
handle, and later includecolor.h
(ie from another translation unit).Specialization happens here:
fmt/include/fmt/color.h
Lines 521 to 526 in 02a6f16
Can these be forward declared in
core.h
before instantiation?The text was updated successfully, but these errors were encountered: