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

std::localeconv()->thousands_sep not found for Android #344

Closed
gomons opened this issue Jun 14, 2016 · 1 comment
Closed

std::localeconv()->thousands_sep not found for Android #344

gomons opened this issue Jun 14, 2016 · 1 comment

Comments

@gomons
Copy link

gomons commented Jun 14, 2016

When I build the library using android-ndk-r10e I get error:

fmt/format.h:2756:45: error: 'struct lconv' has no member named 'thousands_sep'
fmt::StringRef sep = std::localeconv()->thousands_sep;
@gomons gomons changed the title std::localeconv()->thousands_sep for Android std::localeconv()->thousands_sep not found for Android Jun 14, 2016
@vitaut
Copy link
Contributor

vitaut commented Jun 14, 2016

This has been fixed in #328 already.

@vitaut vitaut closed this as completed Jun 14, 2016
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