1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-22 15:21:52 +03:00

🔨 further cleanup

This commit is contained in:
Niels Lohmann
2017-02-12 18:50:17 +01:00
parent c2d55109c1
commit c8191c8172
5 changed files with 61 additions and 57 deletions

View File

@ -417,7 +417,7 @@ TEST_CASE("regression tests")
// disabled, because locale-specific beharivor is not
// triggered in AppVeyor for some reason
#if 0
#ifndef _MSC_VER
{
// verify that strtod now uses commas as decimal-separator
CHECK(std::strtod("3,14", nullptr) == 3.14);