Fix Windows asserts (#1045)

* fix release mode asserts

* clang

* dummy
This commit is contained in:
ManDude
2022-01-02 23:02:10 +00:00
committed by GitHub
parent 6e4b34be0b
commit c9204f2a9b
108 changed files with 230 additions and 238 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "common/log/log.h"
#include "common/util/assert.h"
#include "json_util.h"
#include "common/util/assert.h"
/*!
* Strip out // and / * comments
@@ -107,4 +107,4 @@ Range<int> parse_json_optional_integer_range(const nlohmann::json& json) {
} else {
throw std::runtime_error("Invalid json as input to parse_json_optional_integer_range");
}
}
}