Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_1269_2_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_1269_2_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_1269_2_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: 4.61328125 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 mpark_variant/1.4.0 exports: File 'conandata.yml' found. Exporting it... mpark_variant/1.4.0 exports: Copied 1 '.yml' file: conandata.yml mpark_variant/1.4.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.4.0': {'url': 'https://github.com/mpark/variant/archive/v1.4.0.tar.gz', 'sha256': '8f6b28ab3640b5d76d5b6664dda7257a4405ce59179220431b8fd196c79b2ecb'}}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: sources: 1.4.0: sha256: 8f6b28ab3640b5d76d5b6664dda7257a4405ce59179220431b8fd196c79b2ecb url: https://github.com/mpark/variant/archive/v1.4.0.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK mpark_variant/1.4.0: A new conanfile.py version was exported mpark_variant/1.4.0: Folder: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/export mpark_variant/1.4.0: Using the exported files summary hash as the recipe revision: 4396cb6191c14f8ca73a47663fb7f3d5 mpark_variant/1.4.0: Exported revision: 4396cb6191c14f8ca73a47663fb7f3d5 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] [build_requires] [env] mpark_variant/1.4.0: Forced build from source mpark_variant/1.4.0 (test package): Installing package Requirements mpark_variant/1.4.0 from local cache - Cache Packages mpark_variant/1.4.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK mpark_variant/1.4.0: Configuring sources in /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK mpark_variant/1.4.0: Copying sources to build folder mpark_variant/1.4.0: Building your package in /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 mpark_variant/1.4.0: Generator cmake created conanbuildinfo.cmake [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 mpark_variant/1.4.0: Calling build() -- 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: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++ -- 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_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/build_subfolder mpark_variant/1.4.0: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' built mpark_variant/1.4.0: Build folder /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 mpark_variant/1.4.0: Generated conaninfo.txt mpark_variant/1.4.0: Generated conanbuildinfo.txt mpark_variant/1.4.0: Generating the package mpark_variant/1.4.0: Package folder /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 mpark_variant/1.4.0: Calling package() Install the project... -- Install configuration: "Release" -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib/cmake/mpark_variant/mpark_variant-targets.cmake -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/in_place.hpp -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/config.hpp -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib/cmake/mpark_variant/mpark_variant-config.cmake -- Installing: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib/cmake/mpark_variant/mpark_variant-config-version.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 mpark_variant/1.4.0 package(): Packaged 4 '.hpp' files: lib.hpp, in_place.hpp, variant.hpp, config.hpp mpark_variant/1.4.0 package(): Packaged 1 '.md' file: LICENSE.md mpark_variant/1.4.0: Package '5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9' created mpark_variant/1.4.0: Created package revision afacb9dc576f38f895894c5788587cb3 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK mpark_variant/1.4.0 (test package): Generator cmake created conanbuildinfo.cmake mpark_variant/1.4.0 (test package): Generator txt created conanbuildinfo.txt mpark_variant/1.4.0 (test package): Generated conaninfo.txt mpark_variant/1.4.0 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/pr_1269_2_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/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 mpark_variant/1.4.0 (test package): Calling build() -- 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: 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++ -- 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_1269_2_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o In file included from /usr/include/c++/5/initializer_list:36:0, from /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:200, from /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.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 \ ^ In file included from /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:205:0, from /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.cpp:4: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/config.hpp:13:2: error: #error "MPark.Variant requires C++11 support." #error "MPark.Variant requires C++11 support." ^ In file included from /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:206:0, from /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.cpp:4: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/in_place.hpp:17:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 struct in_place_t { explicit in_place_t() = default; }; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/in_place.hpp:20:59: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 struct in_place_index_t { explicit in_place_index_t() = default; }; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/in_place.hpp:23:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 struct in_place_type_t { explicit in_place_type_t() = default; }; ^ In file included from /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:207:0, from /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.cpp:4: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:24:29: error: expected nested-name-specifier before ‘type’ struct identity { using type = T; }; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:29:9: error: ‘constexpr’ does not name a type constexpr const T &operator[](std::size_t index) const { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:29:9: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:37:7: error: expected unqualified-id before ‘using’ using add_pointer_t = typename std::add_pointer::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:39:25: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:40:7: error: expected unqualified-id before ‘using’ using common_type_t = typename std::common_type::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:43:7: error: expected unqualified-id before ‘using’ using decay_t = typename std::decay::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:46:7: error: expected unqualified-id before ‘using’ using enable_if_t = typename std::enable_if::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:49:7: error: expected unqualified-id before ‘using’ using remove_const_t = typename std::remove_const::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:52:7: error: expected unqualified-id before ‘using’ using remove_reference_t = typename std::remove_reference::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:55:14: error: ‘constexpr’ does not name a type inline constexpr T &&forward(remove_reference_t &t) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:55:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:60:14: error: ‘constexpr’ does not name a type inline constexpr T &&forward(remove_reference_t &&t) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:60:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:67:14: error: ‘constexpr’ does not name a type inline constexpr remove_reference_t &&move(T &&t) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:67:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:77:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:79:15: error: expected nested-name-specifier before ‘value_type’ using value_type = T; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:80:16: error: ‘constexpr’ does not name a type static constexpr std::size_t size() noexcept { return sizeof...(Is); } ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:80:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:83:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:84:7: error: expected unqualified-id before ‘using’ using index_sequence = integer_sequence; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:89:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:89:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:90:41: error: ‘index_sequence’ was not declared in this scope struct make_index_sequence_concat, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:90:59: error: expected parameter pack before ‘...’ struct make_index_sequence_concat, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:90:62: error: wrong number of template arguments (1, should be 2) struct make_index_sequence_concat, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:87:14: note: provided for ‘template struct mpark::lib::cpp14::make_index_sequence_concat’ struct make_index_sequence_concat; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:98:7: error: expected unqualified-id before ‘using’ using make_index_sequence = typename make_index_sequence_impl::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:102:40: error: ‘make_index_sequence’ was not declared in this scope : make_index_sequence_concat, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:102:65: error: wrong number of template arguments (1, should be 2) : make_index_sequence_concat, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:87:14: note: provided for ‘template struct mpark::lib::cpp14::make_index_sequence_concat’ struct make_index_sequence_concat; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:103:59: error: expected template-name before ‘<’ token make_index_sequence> {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:103:59: error: expected ‘{’ before ‘<’ token /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:103:59: error: expected unqualified-id before ‘<’ token /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:106:53: error: ‘index_sequence’ was not declared in this scope struct make_index_sequence_impl<0> : identity> {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:106:68: error: template argument 1 is invalid struct make_index_sequence_impl<0> : identity> {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:109:53: error: ‘index_sequence’ was not declared in this scope struct make_index_sequence_impl<1> : identity> {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:109:69: error: template argument 1 is invalid struct make_index_sequence_impl<1> : identity> {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:111:25: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:112:7: error: expected unqualified-id before ‘using’ using index_sequence_for = make_index_sequence; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:121:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:121:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:131:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:131:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:141:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:141:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:151:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:151:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:161:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:161:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:171:16: error: ‘constexpr’ does not name a type inline constexpr auto operator()(Lhs &&lhs, Rhs &&rhs) const ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:171:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:181:7: error: expected unqualified-id before ‘using’ using bool_constant = std::integral_constant; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:183:25: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:186:25: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:187:7: error: expected unqualified-id before ‘using’ using void_t = typename voider::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:198:34: error: expected type-specifier before ‘decltype’ typename = decltype(swap(std::declval(), ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:198:34: error: expected ‘>’ before ‘decltype’ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:200:32: error: ‘true_type’ in namespace ‘std’ does not name a type inline static std::true_type test(int); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:203:32: error: ‘false_type’ in namespace ‘std’ does not name a type inline static std::false_type test(...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:206:20: error: ‘constexpr’ does not name a type static constexpr bool value = decltype(test(0))::value; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:206:20: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:211:20: error: ‘constexpr’ does not name a type static constexpr bool value = ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:211:20: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:216:67: error: expected class-name before ‘{’ token struct is_nothrow_swappable : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:224:7: error: expected unqualified-id before ‘using’ using is_nothrow_swappable = ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:231:55: error: expected class-name before ‘{’ token struct is_reference_wrapper : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:234:37: error: ‘reference_wrapper’ is not a member of ‘std’ struct is_reference_wrapper> ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:234:37: error: ‘reference_wrapper’ is not a member of ‘std’ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:235:20: error: template argument 1 is invalid : std::true_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:242:67: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:243:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmf, Arg &&arg, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:243:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:249:67: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:250:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmf, Arg &&arg, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:250:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:256:67: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:257:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmf, Arg &&arg, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:257:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:264:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmo, Arg &&arg) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:264:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:271:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmo, Arg &&arg) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:271:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:278:25: error: ‘constexpr’ does not name a type inline static constexpr auto invoke(R T::*pmo, Arg &&arg) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:278:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:282:65: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:283:16: error: ‘constexpr’ does not name a type inline constexpr auto invoke(R T::*f, Arg &&arg, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:283:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:298:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:299:16: error: ‘constexpr’ does not name a type inline constexpr auto invoke(F &&f, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:299:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:306:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:307:14: error: ‘constexpr’ does not name a type inline constexpr auto invoke(F &&f, Args &&... args) ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:307:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:313:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:316:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:317:30: error: ‘void_t’ was not declared in this scope struct invoke_result(), std::declval()...))>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:318:53: error: ‘declval’ is not a member of ‘std’ std::declval(), std::declval()...))>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:318:76: error: a function call cannot appear in a constant-expression std::declval(), std::declval()...))>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:318:77: error: a function call cannot appear in a constant-expression std::declval(), std::declval()...))>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:318:78: error: wrong number of template arguments (1, should be at least 2) std::declval(), std::declval()...))>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:314:16: note: provided for ‘template struct mpark::lib::cpp17::detail::invoke_result’ struct invoke_result {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:326:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:327:7: error: expected unqualified-id before ‘using’ using invoke_result = detail::invoke_result; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:329:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:330:7: error: expected unqualified-id before ‘using’ using invoke_result_t = typename invoke_result::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:334:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:335:47: error: expected class-name before ‘{’ token struct is_invocable : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:337:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:338:29: error: ‘void_t’ was not declared in this scope struct is_invocable>, F, Args...> ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:338:36: error: ‘invoke_result_t’ was not declared in this scope struct is_invocable>, F, Args...> ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:338:62: error: spurious ‘>>’, use ‘>’ to terminate a template argument list struct is_invocable>, F, Args...> ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:338:62: error: template argument 1 is invalid /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:341:62: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:342:49: error: expected class-name before ‘{’ token struct is_invocable_r : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:344:51: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:345:31: error: ‘void_t’ was not declared in this scope struct is_invocable_r>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:345:38: error: ‘invoke_result_t’ was not declared in this scope struct is_invocable_r>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:345:64: error: spurious ‘>>’, use ‘>’ to terminate a template argument list struct is_invocable_r>, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:345:64: error: template argument 1 is invalid /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:353:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:354:7: error: expected unqualified-id before ‘using’ using is_invocable = detail::is_invocable; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:356:49: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:357:7: error: expected unqualified-id before ‘using’ using is_invocable_r = detail::is_invocable_r; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:361:55: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:363:18: error: ‘constexpr’ does not name a type static constexpr bool value = ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:363:18: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:367:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:368:74: error: expected class-name before ‘{’ token struct is_nothrow_invocable : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:370:67: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:378:18: error: ‘constexpr’ does not name a type static constexpr bool value = noexcept(impl()); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:378:18: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp: In static member function ‘static R mpark::lib::cpp17::detail::is_nothrow_invocable_r::impl()’: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:20: error: ‘invoke’ is not a member of ‘mpark::lib’ return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:32: error: ‘declval’ is not a member of ‘std’ return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:46: error: expected primary-expression before ‘>’ token return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:48: error: expected primary-expression before ‘)’ token return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:51: error: ‘declval’ is not a member of ‘std’ return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:68: error: expected primary-expression before ‘>’ token return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:374:70: error: expected primary-expression before ‘)’ token return lib::invoke(std::declval(), std::declval()...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp: At global scope: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:381:51: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:382:79: error: expected class-name before ‘{’ token struct is_nothrow_invocable_r : std::false_type {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:386:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:387:7: error: expected unqualified-id before ‘using’ using is_nothrow_invocable = detail:: ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:390:49: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:391:7: error: expected unqualified-id before ‘using’ using is_nothrow_invocable_r = ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:411:35: error: expected ‘,’ or ‘...’ before ‘&&’ token inline fail operator&(T &&); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:414:25: error: ‘constexpr’ does not name a type inline static constexpr bool impl() { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:414:25: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:422:9: error: expected unqualified-id before ‘using’ using has_addressof = bool_constant()>; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:425:16: error: ‘constexpr’ does not name a type inline constexpr T *addressof(T &arg, std::true_type) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:425:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:430:16: error: ‘constexpr’ does not name a type inline constexpr T *addressof(T &arg, std::false_type) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:430:16: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:437:14: error: ‘constexpr’ does not name a type inline constexpr T *addressof(T &arg) noexcept { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:437:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:443:14: error: ‘constexpr’ does not name a type inline constexpr T *addressof(const T &&) = delete; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:443:14: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:451:66: error: template argument 2 is invalid struct remove_all_extents> : remove_all_extents {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:451:68: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 struct remove_all_extents> : remove_all_extents {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:451:69: error: template argument 1 is invalid struct remove_all_extents> : remove_all_extents {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:454:5: error: expected unqualified-id before ‘using’ using remove_all_extents_t = typename remove_all_extents::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:457:5: error: expected unqualified-id before ‘using’ using size_constant = std::integral_constant; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:460:40: error: expected template-name before ‘<’ token struct indexed_type : size_constant { using type = T; }; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:460:40: error: expected ‘{’ before ‘<’ token /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:460:40: error: expected unqualified-id before ‘<’ token /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:462:23: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:463:5: error: expected unqualified-id before ‘using’ using all = std::is_same, ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:470:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:476:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:477:18: error: ‘index_sequence’ was not declared in this scope struct set> : indexed_type... {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:477:35: error: expected parameter pack before ‘...’ struct set> : indexed_type... {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:477:38: error: spurious ‘>>’, use ‘>’ to terminate a template argument list struct set> : indexed_type... {}; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:477:38: error: template argument 1 is invalid /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:480:26: error: ‘enable_if’ in namespace ‘std’ does not name a template type inline static std::enable_if impl(indexed_type); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:482:26: error: ‘enable_if’ in namespace ‘std’ does not name a template type inline static std::enable_if impl(...); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:485:13: error: expected nested-name-specifier before ‘type’ using type = decltype(impl(set>{})); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:485:66: error: expected unqualified-id before ‘)’ token using type = decltype(impl(set>{})); ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:488:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:489:5: error: expected unqualified-id before ‘using’ using type_pack_element = typename type_pack_element_impl::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:491:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:492:5: error: expected unqualified-id before ‘using’ using type_pack_element_t = typename type_pack_element::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:496:16: error: ‘std::is_trivially_copy_constructible’ has not been declared using std::is_trivially_copy_constructible; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:497:16: error: ‘std::is_trivially_move_constructible’ has not been declared using std::is_trivially_move_constructible; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:498:16: error: ‘std::is_trivially_copy_assignable’ has not been declared using std::is_trivially_copy_assignable; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:499:16: error: ‘std::is_trivially_move_assignable’ has not been declared using std::is_trivially_move_assignable; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:525:5: error: expected unqualified-id before ‘using’ using push_back_t = typename push_back::type; ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:527:30: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:528:22: error: ‘index_sequence’ was not declared in this scope struct push_back, J> { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:528:39: error: expected parameter pack before ‘...’ struct push_back, J> { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:528:42: error: wrong number of template arguments (1, should be 2) struct push_back, J> { ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/lib.hpp:522:12: note: provided for ‘template struct mpark::lib::push_back’ struct push_back; ^ In file included from /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.cpp:4:0: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:243:32: error: expected ‘;’ at end of member declaration virtual const char *what() const noexcept override { return "bad_variant_access"; } ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:243:38: error: ‘noexcept’ does not name a type virtual const char *what() const noexcept override { return "bad_variant_access"; } ^ /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:243:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11 /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:243:25: error: looser throw specifier for ‘virtual const char* mpark::bad_variant_access::what() const’ virtual const char *what() const noexcept override { return "bad_variant_access"; } ^ 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_1269_2_0_0/test_package/test_package.cpp:2: /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_1269_2_0_0/test_package/test_package.cpp:4:0: /tmp/c3ipr/pr_1269_2_0_0/.conan/data/mpark_variant/1.4.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/mpark/variant.hpp:246:3: error: expected unqualified-id before ‘[’ token [[noreturn]] inline void throw_bad_variant_access() { ^ /tmp/c3ipr/pr_1269_2_0_0/test_package/test_package.cpp:13:1: error: expected ‘}’ at end of input } ^ CMakeFiles/test_package.dir/build.make:62: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 JSON file created at '/tmp/c3ipr/pr_1269_2_0_0/_create.json'