******************************************************************************** conan test conan-center-index/recipes/itlib/all/test_package/conanfile.py itlib/1.3.0@ --profile=/home/conan/w/BuildSingleReference/30822/1b0f8ca5-bb41-4abd-a312-cc0d6ab43f9d/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] itlib/1.3.0 (test package): Installing package Requirements itlib/1.3.0 from local cache - Cache Packages itlib/1.3.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... itlib/1.3.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 itlib/1.3.0 (test package): Generator cmake created conanbuildinfo.cmake itlib/1.3.0 (test package): Generator txt created conanbuildinfo.txt itlib/1.3.0 (test package): Generated conaninfo.txt itlib/1.3.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/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 itlib/1.3.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/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/itlib/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/itlib/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/itlib/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/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/type_traits:35:0, from /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:84, from /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/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/itlib/all/test_package/test_package.cpp:3:0: /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:98:11: error: expected nested-name-specifier before 'size_type' using size_type = size_t; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:99:18: error: expected ';' at end of member declaration static void* malloc(size_type size) { return std::malloc(size); } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:99:35: error: expected ')' before 'size' static void* malloc(size_type size) { return std::malloc(size); } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:100:37: error: 'size_type' has not been declared static void* realloc(void* old, size_type new_size) { return std::realloc(old, new_size); } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:102:12: error: 'constexpr' does not name a type static constexpr size_type max_size() { return ~size_type(0); } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:102:12: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:103:12: error: 'constexpr' does not name a type static constexpr bool zero_fill_new() { return true; } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:103:12: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:104:12: error: 'constexpr' does not name a type static constexpr size_type realloc_wasteful_copy_size() { return 4096; } ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:104:12: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:111:24: error: 'std::is_trivial' has not been declared static_assert(std::is_trivial::value, "itlib::pod_vector with non-trivial type"); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:111:34: error: expected ',' or '...' before '<' token static_assert(std::is_trivial::value, "itlib::pod_vector with non-trivial type"); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:111:87: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive] static_assert(std::is_trivial::value, "itlib::pod_vector with non-trivial type"); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:117:11: error: expected nested-name-specifier before 'allocator_type' using allocator_type = Alloc; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:118:11: error: expected nested-name-specifier before 'value_type' using value_type = T; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:119:11: error: expected nested-name-specifier before 'size_type' using size_type = typename Alloc::size_type; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:120:11: error: expected nested-name-specifier before 'reference' using reference = T&; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:121:11: error: expected nested-name-specifier before 'const_reference' using const_reference = const T&; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:122:11: error: expected nested-name-specifier before 'pointer' using pointer = T*; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:123:11: error: expected nested-name-specifier before 'const_pointer' using const_pointer = const T*; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:124:11: error: expected nested-name-specifier before 'iterator' using iterator = pointer; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:125:11: error: expected nested-name-specifier before 'const_iterator' using const_iterator = const_pointer; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:126:11: error: expected nested-name-specifier before 'reverse_iterator' using reverse_iterator = std::reverse_iterator; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:127:11: error: expected nested-name-specifier before 'const_reverse_iterator' using const_reverse_iterator = std::reverse_iterator; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:152:50: error: expected type-specifier before 'decltype' template ())> ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:152:50: error: expected '>' before 'decltype' /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:153:85: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 pod_vector(InputIterator first, InputIterator last, const Alloc& alloc = Alloc()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:159:37: error: expected ')' before '<' token pod_vector(std::initializer_list l, const Alloc& alloc = Alloc()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:175:26: error: expected ',' or '...' before '&&' token pod_vector(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:175:34: error: invalid constructor; you probably meant 'itlib::pod_vector (const itlib::pod_vector&)' pod_vector(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:175:34: error: expected ';' at end of member declaration /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:175:36: error: 'noexcept' does not name a type pod_vector(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:198:37: error: expected ',' or '...' before '&&' token pod_vector& operator=(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:198:45: error: expected ';' at end of member declaration pod_vector& operator=(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:198:47: error: 'noexcept' does not name a type pod_vector& operator=(pod_vector&& other) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:225:48: error: expected ',' or '...' before '&&' token void recast_take_from(pod_vector&& other) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:242:17: error: 'size_type' has not been declared void assign(size_type count, const T& value) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:247:50: error: expected type-specifier before 'decltype' template ())> ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:247:50: error: expected '>' before 'decltype' /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:248:56: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 void assign(InputIterator first, InputIterator last) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:253:22: error: 'std::initializer_list' has not been declared void assign(std::initializer_list ilist) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:253:38: error: expected ',' or '...' before '<' token void assign(std::initializer_list ilist) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:258:5: error: 'allocator_type' does not name a type allocator_type get_allocator() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:263:5: error: 'const_reference' does not name a type const_reference at(size_type i) const ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:268:5: error: 'reference' does not name a type reference at(size_type i) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:273:5: error: 'const_reference' does not name a type const_reference operator[](size_type i) const ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:278:5: error: 'reference' does not name a type reference operator[](size_type i) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:283:5: error: 'const_reference' does not name a type const_reference front() const ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:288:5: error: 'reference' does not name a type reference front() ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:293:5: error: 'const_reference' does not name a type const_reference back() const ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:298:5: error: 'reference' does not name a type reference back() ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:303:5: error: 'const_pointer' does not name a type const_pointer data() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:308:5: error: 'pointer' does not name a type pointer data() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:314:5: error: 'iterator' does not name a type iterator begin() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:319:5: error: 'const_iterator' does not name a type const_iterator begin() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:324:5: error: 'const_iterator' does not name a type const_iterator cbegin() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:329:5: error: 'iterator' does not name a type iterator end() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:334:5: error: 'const_iterator' does not name a type const_iterator end() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:339:5: error: 'const_iterator' does not name a type const_iterator cend() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:344:5: error: 'reverse_iterator' does not name a type reverse_iterator rbegin() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:349:5: error: 'const_reverse_iterator' does not name a type const_reverse_iterator rbegin() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:354:5: error: 'const_reverse_iterator' does not name a type const_reverse_iterator crbegin() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:359:5: error: 'reverse_iterator' does not name a type reverse_iterator rend() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:364:5: error: 'const_reverse_iterator' does not name a type const_reverse_iterator rend() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:369:5: error: 'const_reverse_iterator' does not name a type const_reverse_iterator crend() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:375:18: error: expected ';' at end of member declaration bool empty() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:375:24: error: 'noexcept' does not name a type bool empty() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:380:5: error: 'size_type' does not name a type size_type size() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:385:5: error: 'size_type' does not name a type size_type max_size() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:390:24: error: expected ';' at end of member declaration size_t byte_size() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:390:30: error: 'noexcept' does not name a type size_t byte_size() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:421:23: error: expected ';' at end of member declaration size_t capacity() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:421:29: error: 'noexcept' does not name a type size_t capacity() const noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:448:16: error: expected ';' at end of member declaration void clear() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:448:18: error: 'noexcept' does not name a type void clear() noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:453:5: error: 'iterator' does not name a type iterator insert(const_iterator position, const value_type& val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:460:5: error: 'iterator' does not name a type iterator insert(const_iterator position, size_type count, const value_type& val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:467:50: error: expected type-specifier before 'decltype' template ())> ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:467:50: error: expected '>' before 'decltype' /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:468:5: error: 'iterator' does not name a type iterator insert(const_iterator position, InputIterator first, InputIterator last) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:475:5: error: 'iterator' does not name a type iterator insert(const_iterator position, std::initializer_list ilist) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:483:5: error: 'iterator' does not name a type iterator emplace(const_iterator position, const_reference& val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:488:5: error: 'iterator' does not name a type iterator erase(const_iterator position) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:493:5: error: 'iterator' does not name a type iterator erase(const_iterator first, const_iterator last) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:499:5: error: 'reference' does not name a type reference emplace_back() ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:506:5: error: 'reference' does not name a type reference push_back(const_reference val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:512:5: error: 'reference' does not name a type reference emplace_back(const_reference val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:522:17: error: 'size_type' has not been declared void resize(size_type n, const value_type& val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:522:36: error: 'value_type' does not name a type void resize(size_type n, const value_type& val) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:529:17: error: 'size_type' has not been declared void resize(size_type n) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:544:33: error: 'size_type' has not been declared static void zero_fill(T* p, size_type s) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:550:28: error: 'size_type' has not been declared static void fill(T* p, size_type count, const T& value) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:584:5: error: 'size_type' does not name a type size_type get_new_capacity(size_type desired_capacity) const ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:609:29: error: 'size_type' has not been declared T* grow_at(const T* cp, size_type num) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:656:31: error: 'size_type' has not been declared T* shrink_at(const T* cp, size_type num) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:686:22: error: 'size_type' has not been declared void assign_fill(size_type count, const T& value) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:703:5: error: 'pointer' does not name a type pointer m_begin; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:704:5: error: 'pointer' does not name a type pointer m_end; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector()': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:130:29: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(Alloc()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector(const Alloc&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:137:9: error: 'm_begin' was not declared in this scope m_begin = m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:137:19: error: 'm_end' was not declared in this scope m_begin = m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:137:27: error: 'nullptr' was not declared in this scope m_begin = m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector(size_t, const Alloc&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:141:27: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(alloc) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector(size_t, const T&, const Alloc&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:147:27: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(alloc) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector(InputIterator, InputIterator, const Alloc&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:154:27: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(alloc) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In copy constructor 'itlib::pod_vector::pod_vector(const itlib::pod_vector&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:166:50: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(other, other.get_allocator()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In constructor 'itlib::pod_vector::pod_vector(const itlib::pod_vector&, const Alloc&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:170:27: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 : pod_vector(alloc) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In destructor 'itlib::pod_vector::~pod_vector()': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:187:22: error: 'm_begin' was not declared in this scope m_alloc.free(m_begin); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::recast_copy_from(const itlib::pod_vector&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:219:14: error: 'new_size' does not name a type auto new_size = other.byte_size() / sizeof(T); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:220:14: error: 'cast' does not name a type auto cast = reinterpret_cast(other.data()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:221:21: error: 'cast' was not declared in this scope assign_copy(cast, cast + new_size); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:221:34: error: 'new_size' was not declared in this scope assign_copy(cast, cast + new_size); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::recast_take_from(itlib::pod_vector)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:227:22: error: 'm_begin' was not declared in this scope m_alloc.free(m_begin); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:229:14: error: 'new_size' does not name a type auto new_size = other.byte_size() / sizeof(T); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:230:14: error: 'cast' does not name a type auto cast = reinterpret_cast(other.data()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:231:19: error: 'cast' was not declared in this scope m_begin = cast; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:232:9: error: 'm_end' was not declared in this scope m_end = m_begin + new_size; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:232:27: error: 'new_size' was not declared in this scope m_end = m_begin + new_size; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:234:35: error: 'other' was not declared in this scope m_capacity = (sizeof(U) * other.capacity()) / sizeof(T); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:236:19: error: 'move' is not a member of 'std' m_alloc = std::move(other.m_alloc); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:238:39: error: 'nullptr' was not declared in this scope other.m_begin = other.m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::assign(int)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:255:21: error: 'ilist' was not declared in this scope assign_copy(ilist.begin(), ilist.end()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::reserve(size_t)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:399:14: error: 'new_cap' does not name a type auto new_cap = get_new_capacity(desired_capacity); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:400:14: error: 's' does not name a type auto s = size(); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:403:26: error: 's' was not declared in this scope if (m_capacity - s > m_alloc.realloc_wasteful_copy_size()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:407:46: error: 'new_cap' was not declared in this scope new_buf = pointer(m_alloc.malloc(new_cap * sizeof(T))); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:408:36: error: 'm_begin' was not declared in this scope if (s) memcpy(new_buf, m_begin, byte_size()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:409:26: error: 'm_begin' was not declared in this scope m_alloc.free(m_begin); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:413:47: error: 'm_begin' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:413:63: error: 'value_type' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:413:77: error: 'new_cap' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:416:9: error: 'm_begin' was not declared in this scope m_begin = new_buf; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:417:9: error: 'm_end' was not declared in this scope m_end = new_buf + s; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:417:27: error: 's' was not declared in this scope m_end = new_buf + s; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:418:22: error: 'new_cap' was not declared in this scope m_capacity = new_cap; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::shrink_to_fit()': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:428:20: error: 's' does not name a type const auto s = size(); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:430:13: error: 's' was not declared in this scope if (s == m_capacity) return; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:432:13: error: 's' was not declared in this scope if (s == 0) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:434:26: error: 'm_begin' was not declared in this scope m_alloc.free(m_begin); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:436:23: error: 'm_end' was not declared in this scope m_begin = m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:436:31: error: 'nullptr' was not declared in this scope m_begin = m_end = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:440:14: error: 'new_buf' does not name a type auto new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * s)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:442:9: error: 'm_begin' was not declared in this scope m_begin = new_buf; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:442:19: error: 'new_buf' was not declared in this scope m_begin = new_buf; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:443:9: error: 'm_end' was not declared in this scope m_end = new_buf + s; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:443:27: error: 's' was not declared in this scope m_end = new_buf + s; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::pop_back()': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:519:19: error: 'm_end' was not declared in this scope shrink_at(m_end - 1, 1); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::resize(int, const int&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:525:14: error: 'm_end' was not declared in this scope fill(m_end, n, val); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:526:17: error: 'm_begin' was not declared in this scope m_end = m_begin + n; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::resize(int)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:532:22: error: there are no arguments to 'size' that depend on a template parameter, so a declaration of 'size' must be available [-fpermissive] if (n > size() && m_alloc.zero_fill_new()) zero_fill(m_end, n - size()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:532:22: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:532:62: error: 'm_end' was not declared in this scope if (n > size() && m_alloc.zero_fill_new()) zero_fill(m_end, n - size()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:532:78: error: there are no arguments to 'size' that depend on a template parameter, so a declaration of 'size' must be available [-fpermissive] if (n > size() && m_alloc.zero_fill_new()) zero_fill(m_end, n - size()); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:533:9: error: 'm_end' was not declared in this scope m_end = m_begin + n; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:533:17: error: 'm_begin' was not declared in this scope m_end = m_begin + n; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::swap(itlib::pod_vector&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:538:14: error: 'tmp' does not name a type auto tmp = std::move(other); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:539:17: error: 'move' is not a member of 'std' other = std::move(*this); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:540:17: error: 'move' is not a member of 'std' *this = std::move(tmp); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:540:27: error: 'tmp' was not declared in this scope *this = std::move(tmp); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In static member function 'static void itlib::pod_vector::fill(T*, int, const T&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:557:14: error: 'size_type' was not declared in this scope for (size_type i=0; i::copy_not_aliased(T*, InputIterator, InputIterator)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:569:19: error: 'i' does not name a type for (auto i = begin; i!=end; ++i) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:569:30: error: expected ';' before 'i' for (auto i = begin; i!=end; ++i) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:569:30: error: 'i' was not declared in this scope /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In static member function 'static void itlib::pod_vector::copy_not_aliased(T*, const T*, const T*)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:578:14: error: 's' does not name a type auto s = size_t(end - begin) * sizeof(T); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:579:13: error: 's' was not declared in this scope if (s == 0) return; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:580:31: error: 's' was not declared in this scope std::memcpy(p, begin, s); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'T* itlib::pod_vector::grow_at(const T*, int)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:611:20: error: 's' does not name a type const auto s = size(); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:612:14: error: 'offset' does not name a type auto offset = cp - m_begin; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:614:19: error: 'm_end' was not declared in this scope if (cp == m_end) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:616:20: error: 's' was not declared in this scope resize(s + num); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:620:17: error: 's' was not declared in this scope if (s + num > m_capacity) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:622:22: error: 'new_cap' does not name a type auto new_cap = get_new_capacity(s + num); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:624:34: error: 'offset' was not declared in this scope if (m_capacity - offset > m_alloc.realloc_wasteful_copy_size()) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:628:54: error: 'new_cap' was not declared in this scope new_buf = pointer(m_alloc.malloc(new_cap * sizeof(T))); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:629:49: error: 'm_begin' was not declared in this scope if (offset) memcpy(new_buf, m_begin, offset * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:631:52: error: 'm_begin' was not declared in this scope memcpy(new_buf + offset + num, m_begin + offset, (s - offset) * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:636:55: error: 'm_begin' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:636:71: error: 'value_type' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:636:85: error: 'new_cap' was not declared in this scope new_buf = pointer(m_alloc.realloc(m_begin, sizeof(value_type) * new_cap)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:640:17: error: 'm_begin' was not declared in this scope m_begin = new_buf; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:641:30: error: 'new_cap' was not declared in this scope m_capacity = new_cap; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:645:30: error: 'm_begin' was not declared in this scope std::memmove(m_begin + offset + num, m_begin + offset, (s - offset) * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:645:40: error: 'offset' was not declared in this scope std::memmove(m_begin + offset + num, m_begin + offset, (s - offset) * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:650:9: error: 'm_end' was not declared in this scope m_end = m_begin + s + num; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:650:17: error: 'm_begin' was not declared in this scope m_end = m_begin + s + num; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:650:27: error: 's' was not declared in this scope m_end = m_begin + s + num; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:651:26: error: 'offset' was not declared in this scope return m_begin + offset; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'T* itlib::pod_vector::shrink_at(const T*, int)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:658:20: error: 's' does not name a type const auto s = size(); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:659:13: error: 's' was not declared in this scope if (s == num) ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:662:20: error: 'm_end' was not declared in this scope return m_end; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:665:14: error: 'position' does not name a type auto position = const_cast(cp); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:667:22: error: 'position' was not declared in this scope std::memmove(position, position + num, size_t(m_end - position - num) * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:667:55: error: 'm_end' was not declared in this scope std::memmove(position, position + num, size_t(m_end - position - num) * sizeof(T)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::safe_grow(size_t)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:679:22: error: 'm_begin' was not declared in this scope m_alloc.free(m_begin); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:681:47: error: there are no arguments to 'get_new_capacity' that depend on a template parameter, so a declaration of 'get_new_capacity' must be available [-fpermissive] m_capacity = get_new_capacity(capacity); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:682:19: error: 'm_end' was not declared in this scope m_begin = m_end = pointer(m_alloc.malloc(sizeof(value_type) * m_capacity)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:682:57: error: 'value_type' was not declared in this scope m_begin = m_end = pointer(m_alloc.malloc(sizeof(value_type) * m_capacity)); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::assign_fill(int, const T&)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:689:14: error: 'm_begin' was not declared in this scope fill(m_begin, count, value); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:690:9: error: 'm_end' was not declared in this scope m_end = m_begin + count; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp: In member function 'void itlib::pod_vector::assign_copy(InputIterator, InputIterator)': /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:697:14: error: 'count' does not name a type auto count = last - first; ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:698:19: error: 'count' was not declared in this scope safe_grow(count); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:699:26: error: 'm_begin' was not declared in this scope copy_not_aliased(m_begin, first, last); ^ /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/itlib/pod_vector.hpp:700:9: error: 'm_end' was not declared in this scope m_end = m_begin + count; ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/test_package.cpp: In function 'int main()': /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/test_package.cpp:13:12: error: 'class itlib::pod_vector' has no member named 'insert' vector.insert(vector.begin(), { 10 }); ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/test_package.cpp:13:26: error: 'class itlib::pod_vector' has no member named 'begin' vector.insert(vector.begin(), { 10 }); ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/test_package.cpp:13:35: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 vector.insert(vector.begin(), { 10 }); ^ /home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/test_package.cpp:15:24: error: no match for 'operator[]' (operand types are 'itlib::pod_vector' and 'int') my_pod pod = vector[0]; ^ 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 itlib/1.3.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/itlib/1.3.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib ERROR: itlib/1.3.0 (test package): Error in build() method, line 13 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/itlib/all/test_package/build/dfae4d6ba682b8d9c5630c4c912db585c2a46c64' '--' '-j3'