******************************************************************************** conan install simdjson/0.7.0@ --profile=/home/conan/w/BuildSingleReference/7240/ee531c2f-e419-4ed4-a011-07fdb3ec6850/profile.txt --build=simdjson ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++ compiler.version=7 os=Linux os_build=Linux [options] simdjson:shared=False [build_requires] [env] simdjson/0.7.0: Forced build from source Installing package: simdjson/0.7.0 Requirements simdjson/0.7.0 from local cache - Cache Packages simdjson/0.7.0:e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d - Build Installing (downloading, building) binaries... simdjson/0.7.0: Copying sources to build folder simdjson/0.7.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d simdjson/0.7.0: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK simdjson/0.7.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="7" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/package/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DSIMDJSON_BUILD_STATIC="True" -DSIMDJSON_ENABLE_THREADS="True" -DSIMDJSON_SANITIZE="False" -DSIMDJSON_JUST_LIBRARY="True" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d' ----------------- -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is GNU 7.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 7 -- Conan: Checking correct version: 7 -- Conan: C++ stdlib: libstdc++ -- The simdjson repository appears to be used as a subdirectory. -- By default, we just build the library. -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Building just the library, omitting all tests, tools and benchmarks. -- Building a static library. -- Library output directory: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/build_subfolder/source_subfolder -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/build_subfolder ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target simdjson [ 50%] Building CXX object source_subfolder/src/CMakeFiles/simdjson.dir/simdjson.cpp.o source_subfolder/src/CMakeFiles/simdjson.dir/build.make:81: recipe for target 'source_subfolder/src/CMakeFiles/simdjson.dir/simdjson.cpp.o' failed CMakeFiles/Makefile2:200: recipe for target 'source_subfolder/src/CMakeFiles/simdjson.dir/all' failed Makefile:170: recipe for target 'all' failed simdjson/0.7.0: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:60:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/dom/parsedjson_iterator.h:24:38: warning: ‘Iterator’ is deprecated [-Wdeprecated-declarations] inline Iterator(const Iterator &o) noexcept; ^~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/dom/parsedjson_iterator.h:27:49: warning: ‘Iterator’ is deprecated: Use the new DOM navigation API instead (see doc/basics.md) [-Wdeprecated-declarations] inline Iterator& operator=(const Iterator&) = delete; ^~~~~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/dom/parsedjson_iterator.h:21:97: note: declared here class [[deprecated("Use the new DOM navigation API instead (see doc/basics.md)")]] dom::parser::Iterator { ^~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/dom/parsedjson_iterator.h:27:49: warning: ‘Iterator’ is deprecated [-Wdeprecated-declarations] inline Iterator& operator=(const Iterator&) = delete; ^~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:72:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_array(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:73:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_object(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:74:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_raw_json_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:75:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:76:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:77:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:78:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:79:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:81:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:82:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:83:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:84:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:229:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:230:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:234:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::haswell::ondemand::document&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:235:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::haswell::ondemand::document&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:102:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:103:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:104:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:105:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:106:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:107:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:108:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:109:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:111:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:112:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:113:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:114:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:115:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:116:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:117:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:118:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:119:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::haswell::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::haswell::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:317:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:318:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:322:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::haswell::ondemand::value&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:59, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:323:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::haswell::ondemand::value&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/haswell.h:55, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:86, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:72:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_array(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:73:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_object(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:74:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_raw_json_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:75:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:76:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:77:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:78:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:79:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:81:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:82:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:83:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:84:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:229:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:230:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:234:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::westmere::ondemand::document&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:235:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::westmere::ondemand::document&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:102:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:103:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:104:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:105:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:106:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:107:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:108:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:109:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:111:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:112:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:113:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:114:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:115:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:116:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:117:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:118:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:119:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::westmere::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::westmere::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:317:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:318:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:322:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::westmere::ondemand::value&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:53, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:323:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::westmere::ondemand::value&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/westmere.h:49, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:87, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:72:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_array(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:73:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_object(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:74:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_raw_json_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:75:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_string(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:76:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:77:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:78:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:79:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &’ template<> simdjson_really_inline simdjson_result document::get() & noexcept { return get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:81:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:82:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:83:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:84:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::document::get() &&’ template<> simdjson_really_inline simdjson_result document::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:117:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:119:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::document::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:229:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:230:96: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:300:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:301:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:234:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::fallback::ondemand::document&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:8:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document-inl.h:235:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::fallback::ondemand::document&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::document &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:20:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:303:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/document.h:304:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:102:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:103:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:104:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:105:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:106:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:107:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:108:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:109:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &’ template<> simdjson_really_inline simdjson_result value::get() & noexcept { return get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:111:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:112:58: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_array(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:113:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_object(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:114:68: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_raw_json_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:115:69: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result > simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_string(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:116:59: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_double(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:117:61: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_uint64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:118:60: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_int64(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:119:57: error: ambiguous template specialization ‘get<>’ for ‘simdjson::simdjson_result simdjson::fallback::ondemand::value::get() &&’ template<> simdjson_really_inline simdjson_result value::get() && noexcept { return std::forward(*this).get_bool(); } ^~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:43:66: note: candidates are: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:45:66: note: template simdjson::simdjson_result simdjson::fallback::ondemand::value::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:317:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &’ template<> simdjson_really_inline simdjson_result simdjson_result::get() & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:318:93: error: ambiguous template specialization ‘get’ for ‘simdjson::simdjson_result simdjson::simdjson_result::get() &&’ template<> simdjson_really_inline simdjson_result simdjson_result::get() && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:338:66: note: candidates are: template simdjson::simdjson_result simdjson::simdjson_result::get() & template simdjson_really_inline simdjson_result get() & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:339:66: note: template simdjson::simdjson_result simdjson::simdjson_result::get() && template simdjson_really_inline simdjson_result get() && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:322:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::fallback::ondemand::value&) &’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) & noexcept = delete; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand-inl.h:9:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:38, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value-inl.h:323:46: error: ambiguous template specialization ‘get’ for ‘simdjson::error_code simdjson::simdjson_result::get(simdjson::fallback::ondemand::value&) &&’ template<> simdjson_really_inline error_code simdjson_result::get(SIMDJSON_IMPLEMENTATION::ondemand::value &out) && noexcept { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand.h:21:0, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/fallback.h:34, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson.h:89, from /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/src/simdjson.cpp:1: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:341:58: note: candidates are: template simdjson::error_code simdjson::simdjson_result::get(T&) & template simdjson_really_inline error_code get(T &out) & noexcept; ^~~ /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/source_subfolder/include/simdjson/generic/ondemand/value.h:342:58: note: template simdjson::error_code simdjson::simdjson_result::get(T&) && template simdjson_really_inline error_code get(T &out) && noexcept; ^~~ make[2]: *** [source_subfolder/src/CMakeFiles/simdjson.dir/simdjson.cpp.o] Error 1 make[1]: *** [source_subfolder/src/CMakeFiles/simdjson.dir/all] Error 2 make: *** [all] Error 2 simdjson/0.7.0: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d simdjson/0.7.0: ERROR: Package 'e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d' build failed simdjson/0.7.0: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d ERROR: simdjson/0.7.0: Error in build() method, line 94 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/.conan/data/simdjson/0.7.0/_/_/build/e65c890f3a7e9bba47ffb67ce4d9a24757ddf21d/build_subfolder' '--' '-j3'