We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd4c26 commit bb8ed3dCopy full SHA for bb8ed3d
core/vm.cpp
@@ -1717,7 +1717,7 @@ class Interpreter {
1717
}
1718
1719
default: {
1720
- // Newer mlohmann json.hpp (from v3.8.0 https://github.com/nlohmann/json/pull/1662)
+ // Newer nlohmann json.hpp (from v3.8.0 https://github.com/nlohmann/json/pull/1662)
1721
// add a `value_t::binary` type, used when dealing with some JSON-adjacent binary
1722
// formats (BSON, CBOR, etc). Since it doesn't exist prior to v3.8.0 we can't match
1723
// on it explicitly, but we can just treat any unknown type as an error.
0 commit comments