luizperes / simdjson_nodejs

Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"
https://arxiv.org/abs/1902.08318
Apache License 2.0
547 stars 25 forks source link

Can't build on travis #49

Open aayush-sib opened 3 years ago

aayush-sib commented 3 years ago

Node version: v14.15.4 Npm version: 6.14.10 OS: Ubuntu 16.04.6 LTS simdjson version: 0.9.2

In file included from ../simdjson/bindings.h:2:0, from ../simdjson/main.cpp:2: ../simdjson/src/simdjson.h:22936:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result<simdjson::fallback::ondemand::array> simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result<array> document::get() & noex

In file included from ../simdjson/bindings.h:2:0, from ../simdjson/main.cpp:2: ../simdjson/src/simdjson.h:22936:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result<simdjson::fallback::ondemand::array> simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result<array> document::get() & noex

luizperes commented 3 years ago

HI @aayush-sib, it seems to me this is related to the CXX compiler your travis version is using. Could you give me more details on that?