******************************************************************************** conan test conan-center-index/recipes/cpptoml/all/test_package/conanfile.py cpptoml/0.1.0@ --profile=/home/conan/w/BuildSingleReference/10973/a243a490-bf32-4760-85d9-7e0c075e6c76/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=4.9 os=Linux os_build=Linux [options] [build_requires] [env] cpptoml/0.1.0 (test package): Installing package Requirements cpptoml/0.1.0 from local cache - Cache Packages cpptoml/0.1.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... cpptoml/0.1.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK cpptoml/0.1.0 (test package): Generator txt created conanbuildinfo.txt cpptoml/0.1.0 (test package): Generator cmake created conanbuildinfo.cmake cpptoml/0.1.0 (test package): Generated conaninfo.txt cpptoml/0.1.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/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 cpptoml/0.1.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="4.9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64/package" -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" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package' ----------------- -- The C compiler identification is GNU 4.9.4 -- The CXX compiler identification is GNU 4.9.4 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Checking correct version: 4.9 -- Conan: C++ stdlib: libstdc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o 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 In file included from /usr/include/c++/4.9/cstdint:35:0, from /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:13, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/test_package.cpp:3: /usr/include/c++/4.9/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/test_package.cpp:3:0: /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:50:7: error: expected nested-name-specifier before 'string_to_base_map' using string_to_base_map ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:72:30: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11 explicit operator bool() const ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In constructor 'cpptoml::option::option()': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:62:22: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 option() : empty_{true} ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In constructor 'cpptoml::option::option(T)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:67:29: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 option(T value) : empty_{false}, value_(std::move(value)) ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:67:45: error: 'move' is not a member of 'std' option(T value) : empty_{false}, value_(std::move(value)) ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: At global scope: /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:101:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int year = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:102:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int month = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:103:15: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int day = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:108:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int hour = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:109:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int minute = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:110:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int second = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:111:23: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int microsecond = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:116:23: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int hour_offset = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:117:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int minute_offset = 0; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In static member function 'static cpptoml::offset_datetime cpptoml::offset_datetime::from_zoned(const tm&)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:139:22: error: 'stoi' is not a member of 'std' int offset = std::stoi(buf); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In constructor 'cpptoml::fill_guard::fill_guard(std::ostream&)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:170:50: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 fill_guard(std::ostream& os) : os_(os), fill_{os.fill()} ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In function 'std::ostream& cpptoml::operator<<(std::ostream&, const cpptoml::local_date&)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:187:17: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:187:20: error: in C++98 'g' must be initialized by constructor, not by '{...}' fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In function 'std::ostream& cpptoml::operator<<(std::ostream&, const cpptoml::local_time&)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:199:17: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:199:20: error: in C++98 'g' must be initialized by constructor, not by '{...}' fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:212:18: error: 'num' does not name a type auto num = curr_us / power; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:213:19: error: 'num' was not declared in this scope os << num; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: In function 'std::ostream& cpptoml::operator<<(std::ostream&, const cpptoml::zone_offset&)': /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:223:17: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:223:20: error: in C++98 'g' must be initialized by constructor, not by '{...}' fill_guard g{os}; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h: At global scope: /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:261:25: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:265:38: error: expected template-name before '<' token struct is_one_of : std::is_same ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:265:38: error: expected '{' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:265:38: error: expected unqualified-id before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:269:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:273:11: error: 'is_same' is not a member of 'std' = std::is_same::value || is_one_of::value; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:273:25: error: expected primary-expression before ',' token = std::is_same::value || is_one_of::value; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:273:27: error: expected ';' at end of member declaration = std::is_same::value || is_one_of::value; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:273:27: error: declaration of 'const bool cpptoml::is_one_of::V' /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:269:20: error: shadows template parm 'class V' template ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:273:28: error: expected unqualified-id before '>' token = std::is_same::value || is_one_of::value; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:57: error: 'decay' in namespace 'std' does not name a template type const static bool value = valid_value::type>::value ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:62: error: expected template-argument before '<' token const static bool value = valid_value::type>::value ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:62: error: expected '>' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:71: error: template argument 1 is invalid const static bool value = valid_value::type>::value ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:74: error: expected '(' before 'value' const static bool value = valid_value::type>::value ^ cc1plus: error: expected ';' at end of member declaration /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:293:74: error: 'value' does not name a type /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:298:38: error: 'enable_if' in namespace 'std' does not name a template type struct value_traits' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:299:78: error: template argument 2 is invalid valid_value_or_string_convertible::value>::type> ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:300:1: error: expected '::' before '{' token { ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:300:1: error: expected identifier before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:300:1: error: qualified name does not name a class before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:316:19: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:316:28: error: expected template-argument before '<' token typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:316:28: error: expected '>' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:318:78: error: template argument 2 is invalid && std::is_floating_point::type>::value>::type> ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:319:1: error: expected '::' before '{' token { ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:319:1: error: expected identifier before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:319:1: error: qualified name does not name a class before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:332:22: error: 'enable_if' in namespace 'std' does not name a template type T, typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:332:31: error: expected template-argument before '<' token T, typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:332:31: error: expected '>' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:335:73: error: template argument 2 is invalid && std::is_signed::type>::value>::type> ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:336:1: error: expected '::' before '{' token { ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:336:1: error: expected identifier before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:336:1: error: qualified name does not name a class before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:358:22: error: 'enable_if' in namespace 'std' does not name a template type T, typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:358:31: error: expected template-argument before '<' token T, typename std::enable_if< ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:358:31: error: expected '>' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:360:75: error: template argument 2 is invalid && std::is_unsigned::type>::value>::type> ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:361:1: error: expected '::' before '{' token { ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:361:1: error: expected identifier before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:361:1: error: qualified name does not name a class before '{' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:383:11: error: expected nested-name-specifier before 'return_type' using return_type = option>; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:389:11: error: expected nested-name-specifier before 'return_type' using return_type = option>>; ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:393:13: error: 'shared_ptr' in namespace 'std' does not name a template type inline std::shared_ptr::type> make_value(T&& val); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:394:13: error: 'shared_ptr' in namespace 'std' does not name a template type inline std::shared_ptr make_array(); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:399:13: error: 'shared_ptr' in namespace 'std' does not name a template type inline std::shared_ptr make_element(); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:402:13: error: 'shared_ptr' in namespace 'std' does not name a template type inline std::shared_ptr make_table(); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:403:13: error: 'shared_ptr' in namespace 'std' does not name a template type inline std::shared_ptr make_table_array(bool is_inline = false); ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:497:49: error: expected template-name before '<' token class base : public std::enable_shared_from_this ^ /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:497:49: error: expected '{' before '<' token /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/cpptoml.h:497:49: error: expected unqualified-id before '<' token /home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/test_package.cpp:72:1: error: expected '}' at end of input } ^ make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 cpptoml/0.1.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/cpptoml/0.1.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib ERROR: cpptoml/0.1.0 (test package): Error in build() method, line 14 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/cpptoml/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' '--' '-j3'