Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_1398_4_0_0/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/tmp/c3ipr/pr_1398_4_0_0/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /tmp/c3ipr/pr_1398_4_0_0/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 6.7412109375 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['CMakeLists.txt'] [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK Exporting package recipe json-schema-validator/20190409 exports: File 'conandata.yml' found. Exporting it... json-schema-validator/20190409 exports: Copied 1 '.yml' file: conandata.yml json-schema-validator/20190409 exports_sources: Copied 1 '.txt' file: CMakeLists.txt [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'20190409': {'url': 'https://github.com/pboettch/json-schema-validator/archive/b28c15adea57bc9556cb00a7611536b5899dc67c.zip', 'sha256': 'd98a9a163d42294becb0137b046446995c74dfe6720446d0fcf598694aa040c0'}}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: sources: '20190409': sha256: d98a9a163d42294becb0137b046446995c74dfe6720446d0fcf598694aa040c0 url: https://github.com/pboettch/json-schema-validator/archive/b28c15adea57bc9556cb00a7611536b5899dc67c.zip [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK json-schema-validator/20190409: A new conanfile.py version was exported json-schema-validator/20190409: Folder: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/export json-schema-validator/20190409: Using the exported files summary hash as the recipe revision: 052bcb5111a7fdae96771c9eb841a7ca json-schema-validator/20190409: Exported revision: 052bcb5111a7fdae96771c9eb841a7ca Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=5 os=Linux os_build=Linux [options] json-schema-validator:shared=True [build_requires] [env] nlohmann_json/3.7.3: Not found in local cache, looking in remotes... nlohmann_json/3.7.3: Trying with 'c3i_PR-1398_911bd747bf5170b2d192c7d809a264c4fc139393'... nlohmann_json/3.7.3: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz nlohmann_json/3.7.3: Downloaded recipe revision 728793a4b072ea5a734ac344fc86f2b6 json-schema-validator/20190409: Forced build from source json-schema-validator/20190409 (test package): Installing package Requirements json-schema-validator/20190409 from local cache - Cache nlohmann_json/3.7.3 from 'central' - Downloaded Packages json-schema-validator/20190409:c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7 - Build nlohmann_json/3.7.3:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... nlohmann_json/3.7.3: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz nlohmann_json/3.7.3: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 nlohmann_json/3.7.3: Downloaded package revision b19511b543fe7580727aceec2a323e7b [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK json-schema-validator/20190409: Configuring sources in /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/source Unzipping 297.4KB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK json-schema-validator/20190409: Copying sources to build folder json-schema-validator/20190409: Building your package in /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7 json-schema-validator/20190409: 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 json-schema-validator/20190409: Calling build() ----Running------ > cd '/tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="True" -DCMAKE_INSTALL_PREFIX="/tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7" -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" -DBUILD_TESTS="False" -DBUILD_EXAMPLES="False" -Wno-dev '/tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7' ----------------- -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- 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 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++ -- /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/build_subfolder/source_subfolder -- Found nlohmann/json.hpp in given path: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR -- Build files have been written to: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/build_subfolder ----Running------ > cmake --build '/tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target nlohmann_json_schema_validator [ 16%] Building CXX object source_subfolder/CMakeFiles/nlohmann_json_schema_validator.dir/src/json-schema-draft7.json.cpp.o [ 33%] Building CXX object source_subfolder/CMakeFiles/nlohmann_json_schema_validator.dir/src/json-uri.cpp.o [ 50%] Building CXX object source_subfolder/CMakeFiles/nlohmann_json_schema_validator.dir/src/json-validator.cpp.o [ 66%] Building CXX object source_subfolder/CMakeFiles/nlohmann_json_schema_validator.dir/src/json-patch.cpp.o /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/source_subfolder/src/json-patch.cpp: In static member function ‘static void nlohmann::json_patch::validateJsonPatch(const json&)’: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/source_subfolder/src/json-patch.cpp:62:32: warning: ‘maybe_unused’ attribute directive ignored [-Wattributes] [[maybe_unused]] const auto p = json::json_pointer{op["path"].get()}; ^ [ 83%] Building CXX object source_subfolder/CMakeFiles/nlohmann_json_schema_validator.dir/src/string-format-check.cpp.o [100%] Linking CXX shared library ../lib/libnlohmann_json_schema_validator.so [100%] Built target nlohmann_json_schema_validator json-schema-validator/20190409: Package 'c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7' built json-schema-validator/20190409: Build folder /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7 json-schema-validator/20190409: Generated conaninfo.txt json-schema-validator/20190409: Generated conanbuildinfo.txt json-schema-validator/20190409: Generating the package json-schema-validator/20190409: Package folder /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7 json-schema-validator/20190409: Calling package() ----Running------ > cmake --build '/tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/build/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/build_subfolder' '--target' 'install' '--' '-j3' ----------------- [100%] Built target nlohmann_json_schema_validator Install the project... -- Install configuration: "Release" -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/libnlohmann_json_schema_validator.so.2.1.0 -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/libnlohmann_json_schema_validator.so.1 -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/libnlohmann_json_schema_validator.so -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorConfig.cmake -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorConfigVersion.cmake -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorTargets.cmake -- Installing: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/cmake/nlohmann_json_schema_validator/nlohmann_json_schema_validatorTargets-release.cmake [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK json-schema-validator/20190409 package(): Packaged 1 '.1' file: libnlohmann_json_schema_validator.so.1 json-schema-validator/20190409 package(): Packaged 1 '.0' file: libnlohmann_json_schema_validator.so.2.1.0 json-schema-validator/20190409 package(): Packaged 1 '.so' file: libnlohmann_json_schema_validator.so json-schema-validator/20190409 package(): Packaged 1 '.hpp' file: json-schema.hpp json-schema-validator/20190409 package(): Packaged 1 file: LICENSE json-schema-validator/20190409: Package 'c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7' created json-schema-validator/20190409: Created package revision d025a36c938661971882b475183d8c02 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK json-schema-validator/20190409 (test package): Generator cmake created conanbuildinfo.cmake json-schema-validator/20190409 (test package): Generator cmake_find_package created Findnlohmann_json_schema_validator.cmake json-schema-validator/20190409 (test package): Generator cmake_find_package created Findnlohmann_json.cmake json-schema-validator/20190409 (test package): Generator txt created conanbuildinfo.txt json-schema-validator/20190409 (test package): Generated conaninfo.txt json-schema-validator/20190409 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/pr_1398_4_0_0/test_package/build/52b956454a4fa4c2e1c3d1a8ae8dea1d0fa6bcb4/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK json-schema-validator/20190409 (test package): Calling build() ----Running------ > cd '/tmp/c3ipr/pr_1398_4_0_0/test_package/build/52b956454a4fa4c2e1c3d1a8ae8dea1d0fa6bcb4' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_MODULE_PATH="/tmp/c3ipr/pr_1398_4_0_0/test_package/build/52b956454a4fa4c2e1c3d1a8ae8dea1d0fa6bcb4" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/tmp/c3ipr/pr_1398_4_0_0/test_package' ----------------- -- The CXX compiler identification is GNU 5.4.0 -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++ -- Conan: Using autogenerated Findnlohmann_json_schema_validator.cmake -- Found nlohmann_json_schema_validator: 20190409 (found version "20190409") -- Library nlohmann_json_schema_validator found /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/libnlohmann_json_schema_validator.so -- Found: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/lib/libnlohmann_json_schema_validator.so -- Conan: Using autogenerated Findnlohmann_json.cmake -- Found nlohmann_json: 3.7.3 (found version "3.7.3") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /tmp/c3ipr/pr_1398_4_0_0/test_package/build/52b956454a4fa4c2e1c3d1a8ae8dea1d0fa6bcb4 ----Running------ > cmake --build '/tmp/c3ipr/pr_1398_4_0_0/test_package/build/52b956454a4fa4c2e1c3d1a8ae8dea1d0fa6bcb4' '--' '-j3' ----------------- Scanning dependencies of target example [ 50%] Building CXX object CMakeFiles/example.dir/example.cpp.o In file included from /usr/include/c++/5/initializer_list:36:0, from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:42, from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:10:30: warning: missing terminating " character static json person_schema = R"( ^ /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:10:1: error: missing terminating " character static json person_schema = R"( ^ /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:32:2: warning: missing terminating " character )"_json; ^ /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:32:1: error: missing terminating " character )"_json; ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:99:5: error: ‘constexpr’ does not name a type constexpr operator size_t() const ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:99:5: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1869:24: error: expected ‘;’ at end of member declaration const char* what() const noexcept override ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1869:30: error: ‘noexcept’ does not name a type const char* what() const noexcept override ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1869:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1869:17: error: looser throw specifier for ‘virtual const char* nlohmann::detail::exception::what() const’ const char* what() const noexcept override ^ In file included from /usr/include/c++/5/ios:39:0, from /usr/include/c++/5/ostream:38, from /usr/include/c++/5/iostream:39, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:1: /usr/include/c++/5/exception:68:25: error: overriding ‘virtual const char* std::exception::what() const throw ()’ virtual const char* what() const _GLIBCXX_USE_NOEXCEPT; ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp: In static member function ‘static std::string nlohmann::detail::exception::name(const string&, int)’: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1883:51: error: ‘to_string’ is not a member of ‘std’ return "[json.exception." + ename + "." + std::to_string(id_) + "] "; ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp: In static member function ‘static nlohmann::detail::parse_error nlohmann::detail::parse_error::create(int, std::size_t, const string&)’: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1957:54: error: ‘to_string’ is not a member of ‘std’ (byte_ != 0 ? (" at byte " + std::to_string(byte_)) : "") + ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp: In static member function ‘static std::string nlohmann::detail::parse_error::position_string(const nlohmann::detail::position_t&)’: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1979:30: error: ‘to_string’ is not a member of ‘std’ return " at line " + std::to_string(pos.lines_read + 1) + ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:1980:30: error: ‘to_string’ is not a member of ‘std’ ", column " + std::to_string(pos.chars_read_current_line); ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp: At global scope: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2191:1: error: expected unqualified-id before ‘using’ using enable_if_t = typename std::enable_if::type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2194:1: error: expected unqualified-id before ‘using’ using uncvref_t = typename std::remove_cv::type>::type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2201:11: error: expected nested-name-specifier before ‘type’ using type = index_sequence; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2202:11: error: expected nested-name-specifier before ‘value_type’ using value_type = std::size_t; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2203:12: error: ‘constexpr’ does not name a type static constexpr std::size_t size() noexcept ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2203:12: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2213:70: error: ‘>>’ should be ‘> >’ within a nested template argument list struct merge_and_renumber, index_sequence> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2225:1: error: expected unqualified-id before ‘using’ using index_sequence_for = make_index_sequence; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2235:12: error: ‘constexpr’ does not name a type static constexpr T value{}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2235:12: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2239:1: error: ‘constexpr’ does not name a type constexpr T static_const::value; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2239:1: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2265:11: error: expected nested-name-specifier before ‘type’ using type = void; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2267:27: error: expected unqualified-id before ‘using’ template using void_t = typename make_void::type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2284:5: error: ‘void_t’ was not declared in this scope void_t>’, use ‘>’ to terminate a template argument list typename It::reference, typename It::iterator_category >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2285:60: error: wrong number of template arguments (6, should be at least 1) /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2279:8: note: provided for ‘template struct nlohmann::detail::iterator_types’ struct iterator_types {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2302:29: error: ‘enable_if_t’ was not declared in this scope struct iterator_traits < T, enable_if_t < !std::is_pointer::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2302:44: error: ‘is_pointer’ is not a member of ‘std’ struct iterator_traits < T, enable_if_t < !std::is_pointer::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2302:61: error: template argument 2 is invalid struct iterator_traits < T, enable_if_t < !std::is_pointer::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2302:70: error: expected unqualified-id before ‘>>’ token struct iterator_traits < T, enable_if_t < !std::is_pointer::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2308:28: error: ‘enable_if_t’ was not declared in this scope struct iterator_traits::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2308:40: error: ‘is_object’ is not a member of ‘std’ struct iterator_traits::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2308:56: error: template argument 2 is invalid struct iterator_traits::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2308:64: error: expected unqualified-id before ‘>>’ token struct iterator_traits::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2341:28: error: expected ‘,’ or ‘...’ before ‘&&’ token nonesuch(nonesuch const&&) = delete; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2341:34: error: invalid constructor; you probably meant ‘nlohmann::detail::nonesuch (const nlohmann::detail::nonesuch&)’ nonesuch(nonesuch const&&) = delete; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2343:28: error: expected ‘,’ or ‘...’ before ‘&&’ token void operator=(nonesuch&&) = delete; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2352:11: error: expected nested-name-specifier before ‘value_t’ using value_t = std::false_type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2353:11: error: expected nested-name-specifier before ‘type’ using type = Default; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2357:26: error: ‘void_t’ was not declared in this scope struct detector>, Op, Args...> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2357:43: error: ‘>>’ should be ‘> >’ within a nested template argument list struct detector>, Op, Args...> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2357:43: error: wrong number of template arguments (2, should be at least 3) /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2350:8: note: provided for ‘template class Op, class ... Args> struct nlohmann::detail::detector’ struct detector ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2364:1: error: expected unqualified-id before ‘using’ using is_detected = typename detector::value_t; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2367:1: error: expected unqualified-id before ‘using’ using detected_t = typename detector::type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2370:1: error: expected unqualified-id before ‘using’ using detected_or = detector; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2373:1: error: expected unqualified-id before ‘using’ using detected_or_t = typename detected_or::type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2376:1: error: expected unqualified-id before ‘using’ using is_detected_exact = std::is_same>; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2379:1: error: expected unqualified-id before ‘using’ using is_detected_convertible = ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2415:41: error: ‘int64_t’ in namespace ‘std’ does not name a type class NumberIntegerType = std::int64_t, ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2416:42: error: ‘uint64_t’ in namespace ‘std’ does not name a type class NumberUnsignedType = std::uint64_t, ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2445:7: error: expected nested-name-specifier before ‘json’ using json = basic_json<>; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2476:59: error: expected class-name before ‘{’ token template struct is_basic_json : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2479:64: error: expected class-name before ‘{’ token struct is_basic_json : std::true_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2486:1: error: expected unqualified-id before ‘using’ using mapped_type_t = typename T::mapped_type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2489:1: error: expected unqualified-id before ‘using’ using key_type_t = typename T::key_type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2492:1: error: expected unqualified-id before ‘using’ using value_type_t = typename T::value_type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2495:1: error: expected unqualified-id before ‘using’ using difference_type_t = typename T::difference_type; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2498:1: error: expected unqualified-id before ‘using’ using pointer_t = typename T::pointer; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2501:1: error: expected unqualified-id before ‘using’ using reference_t = typename T::reference; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2504:1: error: expected unqualified-id before ‘using’ using iterator_category_t = typename T::iterator_category; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2507:1: error: expected unqualified-id before ‘using’ using iterator_t = typename T::iterator; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2510:1: error: expected unqualified-id before ‘using’ using to_json_function = decltype(T::to_json(std::declval()...)); ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2513:1: error: expected unqualified-id before ‘using’ using from_json_function = decltype(T::from_json(std::declval()...)); ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2516:1: error: expected unqualified-id before ‘using’ using get_template_function = decltype(std::declval().template get()); ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2520:40: error: expected class-name before ‘{’ token struct has_from_json : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2524:12: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2524:51: error: type/value mismatch at argument 3 in template parameter list for ‘template struct nlohmann::detail::has_from_json’ enable_if_t::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2524:51: note: expected a type, got ‘( < ((! nlohmann::detail::is_basic_json::value) >> ))’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2536:52: error: expected class-name before ‘{’ token struct has_non_default_from_json : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2539:52: error: ‘enable_if_t’ was not declared in this scope struct has_non_default_from_json::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2539:91: error: type/value mismatch at argument 3 in template parameter list for ‘template struct nlohmann::detail::has_non_default_from_json’ struct has_non_default_from_json::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2539:91: note: expected a type, got ‘( < ((! nlohmann::detail::is_basic_json::value) >> ))’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2551:38: error: expected class-name before ‘{’ token struct has_to_json : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2554:38: error: ‘enable_if_t’ was not declared in this scope struct has_to_json::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2554:77: error: type/value mismatch at argument 3 in template parameter list for ‘template struct nlohmann::detail::has_to_json’ struct has_to_json::value>> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2554:77: note: expected a type, got ‘( < ((! nlohmann::detail::is_basic_json::value) >> ))’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2569:45: error: expected class-name before ‘{’ token struct is_iterator_traits : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2572:44: error: ‘>>’ should be ‘> >’ within a nested template argument list struct is_iterator_traits> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2575:11: error: expected nested-name-specifier before ‘traits’ using traits = iterator_traits; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2578:12: error: ‘constexpr’ does not name a type static constexpr auto value = ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2578:12: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2589:43: error: expected class-name before ‘{’ token struct is_complete_type : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2592:51: error: a call to a constructor cannot appear in a constant-expression struct is_complete_type : std::true_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2592:52: error: a function call cannot appear in a constant-expression struct is_complete_type : std::true_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2592:53: error: template argument 2 is invalid struct is_complete_type : std::true_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2592:72: error: expected class-name before ‘{’ token struct is_complete_type : std::true_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2596:57: error: expected class-name before ‘{’ token struct is_compatible_object_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2601:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2601:17: error: ‘is_detected’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2601:29: error: ‘mapped_type_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2601:64: error: wrong number of template arguments (4, should be at least 2) enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2596:8: note: provided for ‘template struct nlohmann::detail::is_compatible_object_type_impl’ struct is_compatible_object_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2601:73: error: expected unqualified-id before ‘and’ token enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2621:60: error: expected class-name before ‘{’ token struct is_constructible_object_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2626:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2626:17: error: ‘is_detected’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2626:29: error: ‘mapped_type_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2626:67: error: wrong number of template arguments (4, should be at least 2) enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2621:8: note: provided for ‘template struct nlohmann::detail::is_constructible_object_type_impl’ struct is_constructible_object_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2626:76: error: expected unqualified-id before ‘and’ token enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2654:57: error: expected class-name before ‘{’ token struct is_compatible_string_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2659:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2660:39: error: wrong number of template arguments (5, should be at least 2) value_type_t, CompatibleStringType>::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2654:8: note: provided for ‘template struct nlohmann::detail::is_compatible_string_type_impl’ struct is_compatible_string_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2660:48: error: expected unqualified-id before ‘>>’ token value_type_t, CompatibleStringType>::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2672:60: error: expected class-name before ‘{’ token struct is_constructible_string_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2677:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2678:42: error: wrong number of template arguments (5, should be at least 2) value_type_t, ConstructibleStringType>::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2672:8: note: provided for ‘template struct nlohmann::detail::is_constructible_string_type_impl’ struct is_constructible_string_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2678:51: error: expected unqualified-id before ‘>>’ token value_type_t, ConstructibleStringType>::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2690:56: error: expected class-name before ‘{’ token struct is_compatible_array_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2695:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2695:17: error: ‘is_detected’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2695:29: error: ‘value_type_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2695:62: error: wrong number of template arguments (4, should be at least 2) enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2690:8: note: provided for ‘template struct nlohmann::detail::is_compatible_array_type_impl’ struct is_compatible_array_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2695:71: error: expected unqualified-id before ‘and’ token enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2713:59: error: expected class-name before ‘{’ token struct is_constructible_array_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2718:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2713:8: note: provided for ‘template struct nlohmann::detail::is_constructible_array_type_impl’ struct is_constructible_array_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2719:48: error: expected unqualified-id before ‘>>’ token typename BasicJsonType::value_type>::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2725:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2713:8: note: provided for ‘template struct nlohmann::detail::is_constructible_array_type_impl’ struct is_constructible_array_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2726:48: error: expected unqualified-id before ‘and’ token typename BasicJsonType::value_type>::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2757:58: error: expected class-name before ‘{’ token struct is_compatible_integer_type_impl : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2762:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2762:17: error: ‘is_integral’ is not a member of ‘std’ enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2762:49: error: template argument 3 is invalid enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2762:58: error: expected unqualified-id before ‘and’ token enable_if_t::value and ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2783:49: error: expected class-name before ‘{’ token struct is_compatible_type_impl: std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2788:5: error: ‘enable_if_t’ was not declared in this scope enable_if_t::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2788:57: error: type/value mismatch at argument 3 in template parameter list for ‘template struct nlohmann::detail::is_compatible_type_impl’ enable_if_t::value >> ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2788:57: note: expected a type, got ‘( < (nlohmann::detail::is_complete_type::value >> ))’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2799:56: error: expected class-name before ‘{’ token template struct conjunction : std::true_type { }; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2803:19: error: expected template-name before ‘<’ token : std::conditional, B1>::type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2803:19: error: expected ‘{’ before ‘<’ token /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2803:19: error: expected unqualified-id before ‘<’ token /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2806:49: error: expected class-name before ‘{’ token struct is_constructible_tuple : std::false_type {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:35: error: ‘tuple’ is not a member of ‘std’ struct is_constructible_tuple> : conjunction...> {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:35: error: ‘tuple’ is not a member of ‘std’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:50: error: expected parameter pack before ‘...’ struct is_constructible_tuple> : conjunction...> {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:53: error: spurious ‘>>’, use ‘>’ to terminate a template argument list struct is_constructible_tuple> : conjunction...> {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:53: error: template argument 2 is invalid /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:70: error: ‘is_constructible’ is not a member of ‘std’ struct is_constructible_tuple> : conjunction...> {}; ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:70: error: ‘is_constructible’ is not a member of ‘std’ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2809:100: error: template argument 1 is invalid struct is_constructible_tuple> : conjunction...> {}; ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2854:12: error: use of enum ‘value_t’ without previous declaration enum class value_t : std::uint8_t ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2854:20: error: expected unqualified-id before ‘:’ token enum class value_t : std::uint8_t ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2877:29: error: ‘value_t’ does not name a type inline bool operator<(const value_t lhs, const value_t rhs) noexcept ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2877:48: error: ‘value_t’ does not name a type inline bool operator<(const value_t lhs, const value_t rhs) noexcept ^ /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:2877:61: error: expected initializer before ‘noexcept’ inline bool operator<(const value_t lhs, const value_t rhs) noexcept ^ In file included from /tmp/c3ipr/pr_1398_4_0_0/.conan/data/json-schema-validator/20190409/_/_/package/c84c2311ef8acdea3ab8ddc7cd9f4e60fe3865e7/include/nlohmann/json-schema.hpp:24:0, from /tmp/c3ipr/pr_1398_4_0_0/test_package/example.cpp:4: /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:22727:31: error: expected ‘}’ before end of line /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:22727:31: error: expected ‘}’ before end of line /tmp/c3ipr/pr_1398_4_0_0/.conan/data/nlohmann_json/3.7.3/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/nlohmann/json.hpp:22727:31: error: expected declaration before end of line CMakeFiles/example.dir/build.make:62: recipe for target 'CMakeFiles/example.dir/example.cpp.o' failed make[2]: *** [CMakeFiles/example.dir/example.cpp.o] Error 1 CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/example.dir/all' failed make[1]: *** [CMakeFiles/example.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 JSON file created at '/tmp/c3ipr/pr_1398_4_0_0/_create.json'