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
Commit a138221 is giving this error with gcc 4.9.4 and ninja:
_deps/fmt-src/include/fmt/core.h:175:24: error: duplicate ‘inline’ # define FMT_INLINE inline __attribute__((always_inline)) ^ _deps/fmt-src/include/fmt/core.h:935:17: note: in expansion of macro ‘FMT_INLINE’ FMT_CONSTEXPR FMT_INLINE value(int val = 0) : int_value(val) {} ^ _deps/fmt-src/include/fmt/core.h:175:24: error: duplicate ‘inline’ # define FMT_INLINE inline __attribute__((always_inline)) ^ _deps/fmt-src/include/fmt/core.h:936:17: note: in expansion of macro ‘FMT_INLINE’ FMT_CONSTEXPR FMT_INLINE value(unsigned val) : uint_value(val) {} ^
The text was updated successfully, but these errors were encountered:
Already fixed in 0c86f46.
Sorry, something went wrong.
lol. if i'd just waited 2 more minutes xD sorry
No worries.
No branches or pull requests
Commit a138221 is giving this error with gcc 4.9.4 and ninja:
The text was updated successfully, but these errors were encountered: