Skip to content
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

Library fails to compile on Ubuntu 16.04.3 LTS (gcc 5.4.0) #555

Closed
fo-fo opened this issue Aug 18, 2017 · 1 comment
Closed

Library fails to compile on Ubuntu 16.04.3 LTS (gcc 5.4.0) #555

fo-fo opened this issue Aug 18, 2017 · 1 comment

Comments

@fo-fo
Copy link

fo-fo commented Aug 18, 2017

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);
@vitaut
Copy link
Contributor

vitaut commented Aug 20, 2017

Fixed in 37eb419, thanks for reporting!

@vitaut vitaut closed this as completed Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants