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 e502f98 commit 2c75fe6Copy full SHA for 2c75fe6
include/xeus-javascript/convert_json.hpp
@@ -17,7 +17,7 @@ struct BindingType<nl::json> {
17
using ValBinding = BindingType<val>;
18
using WireType = typename ValBinding::WireType;
19
20
- #if __EMSCRIPTEN_major__ == 3 && __EMSCRIPTEN_major__ == 1 && __EMSCRIPTEN_tiny__ <= 45
+ #if __EMSCRIPTEN_major__ == 3 && __EMSCRIPTEN_minor__ == 1 && __EMSCRIPTEN_tiny__ <= 45
21
static WireType toWireType(const nl::json& obj) {
22
// as string
23
const auto str = obj.dump();
0 commit comments