forked from nlohmann/json
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SFINAE workaround for missing lconv support in Android (gcc + libstdc++) See: fmtlib/fmt@2fd6c0b Discussion: nlohmann#638 (comment) Note: Clang + libc++ should work (where available) Returns the thousands separator for the current locale. On android (gcc/libstdc++) the lconv structure is stubbed using an empty structure The test is for the size only, not for the presense of thousands_sep in std::lconv, because if one would add thousands_sep at some point, the size of structure would be at least sizeof(char*) Ditto for decimal_point.
- Loading branch information
1 parent
850d856
commit f7308e9
Showing
1 changed file
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters