mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 19:36:26 +00:00
🔨 further cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user