diff options
| author | practicalswift <[email protected]> | 2020-04-15 10:04:41 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-04-15 10:05:03 +0000 |
| commit | 54b5eb2b149a1f2a4a1dbdb9e0648c5a390d8e22 (patch) | |
| tree | 724c28f988190420d38938ea6fa3340e26c56bee /src/script/script.cpp | |
| parent | Merge #18619: gitian: add jonatack gpg key fingerprint (diff) | |
| download | discoin-54b5eb2b149a1f2a4a1dbdb9e0648c5a390d8e22.tar.xz discoin-54b5eb2b149a1f2a4a1dbdb9e0648c5a390d8e22.zip | |
tests: Add std::locale::global to list of locale dependent functions in lint-locale-dependence.sh
We currently flag `setlocale(...)` as locale dependent, but prior to this commit we didn't flag
`std::locale::global(...)` as such.
In addition to setting the global C++ locale `std::locale::global(...)` also does the equivalent
of `std::setlocale(LC_ALL, ...);`.
Thus the functionality of `std::locale::global(...)` is a superset of `setlocale(...)` :)
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions