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

Fix fileno causing compile error when #defined #241

Merged
merged 1 commit into from
Dec 4, 2015

Conversation

Gachapen
Copy link
Contributor

@Gachapen Gachapen commented Dec 3, 2015

Error:
expected unqualified-id before '(' token
int fmt::BufferedFile::fileno() const {

This is an issue with Android NDK and mingw32.

Error:
expected unqualified-id before '(' token
 int fmt::BufferedFile::fileno() const {

This is an issue with Android NDK and mingw32.
vitaut added a commit that referenced this pull request Dec 4, 2015
Fix fileno causing compile error when #defined
@vitaut vitaut merged commit 3bc97a5 into fmtlib:master Dec 4, 2015
@vitaut
Copy link
Contributor

vitaut commented Dec 4, 2015

Merged and made similar fix in posix-test (aa7bb10). Thanks!

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

Successfully merging this pull request may close these issues.

2 participants