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
I encountered the following error when trying to compile the library (latest on master, 032c838) on Ubuntu 16.04.3 LTS (gcc 5.4.0):
In file included from /home/f/Documents/repos/fmt/fmt/format.cc:28:0: /home/f/Documents/repos/fmt/fmt/format.h:146:23: error: expected unqualified-id before ‘[’ token # define FMT_NORETURN [[noreturn]] ^ /home/f/Documents/repos/fmt/fmt/format.h:935:9: note: in expansion of macro ‘FMT_NORETURN’ FMT_API FMT_NORETURN void report_unknown_type(char code, const char *type);
The text was updated successfully, but these errors were encountered:
Fix noreturn attribute detection (#555)
37eb419
Fixed in 37eb419, thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
I encountered the following error when trying to compile the library (latest on master, 032c838) on Ubuntu 16.04.3 LTS (gcc 5.4.0):
The text was updated successfully, but these errors were encountered: