******************************************************************************** conan install soci/4.0.2@#334769adf4974669b2a4dd36cc14e14e --build=soci -pr /home/conan/w/BuildSingleReference/89815/358da450-4e26-46c6-949a-fe252f9ccce1/profile_linux_13_libstdcpp_clang_release_64.soci-shared-False.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 13.0 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=13 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=13 os=Linux [options] soci:shared=False [build_requires] [env] soci/4.0.2: Forced build from source Installing package: soci/4.0.2 Requirements soci/4.0.2 from local cache - Cache Packages soci/4.0.2:80d3c8d077516ce6e7dc913ef92912e9172eae4c - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK soci/4.0.2: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK soci/4.0.2: Copying sources to build folder soci/4.0.2: Building your package in /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c soci/4.0.2: Generator cmake created conanbuildinfo.cmake soci/4.0.2: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK soci/4.0.2: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="13" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DSOCI_SHARED="False" -DSOCI_TESTS="False" -DSOCI_CXX11="True" -DSOCI_EMPTY="False" -DWITH_SQLITE3="False" -DWITH_DB2="False" -DWITH_ODBC="False" -DWITH_ORACLE="False" -DWITH_FIREBIRD="False" -DWITH_MYSQL="False" -DWITH_POSTGRESQL="False" -DWITH_BOOST="False" -DCMAKE_POLICY_DEFAULT_CMP0042="NEW" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c' ----------------- -- The C compiler identification is Clang 13.0.0 -- The CXX compiler identification is Clang 13.0.0 -- Check for working C compiler: /usr/local/bin/clang -- Check for working C compiler: /usr/local/bin/clang -- 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/local/bin/clang++ -- Check for working CXX compiler: /usr/local/bin/clang++ -- 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 language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler Clang>=8, checking major version 13 -- Conan: Checking correct version: 13 -- Conan: C++ stdlib: libstdc++ -- Performing Test SOCI_HAVE_VISIBILITY_SUPPORT -- Performing Test SOCI_HAVE_VISIBILITY_SUPPORT - Success -- gcc / clang visibility enabled -- Looking for __i386__ -- Looking for __i386__ - not found -- Looking for __x86_64__ -- Looking for __x86_64__ - found -- Looking for __arm__ -- Looking for __arm__ - not found -- Configuring SOCI: -- SOCI_VERSION = 4.0.2 -- SOCI_ABI_VERSION = 4.0 -- SOCI_SHARED = False -- SOCI_STATIC = ON -- SOCI_TESTS = False -- SOCI_ASAN = OFF -- SOCI_CXX11 = ON -- LIB_SUFFIX = 64 -- Looking for SOCI dependencies: -- Threads: -- CMAKE_THREAD_LIBS_INIT = -lpthread -- Boost: disabled, since WITH_BOOST=OFF -- MySQL: disabled, since WITH_MYSQL=OFF -- ODBC: disabled, since WITH_ODBC=OFF -- Oracle: disabled, since WITH_ORACLE=OFF -- PostgreSQL: disabled, since WITH_POSTGRESQL=OFF -- SQLite3: disabled, since WITH_SQLITE3=OFF -- Firebird: disabled, since WITH_FIREBIRD=OFF -- DB2: disabled, since WITH_DB2=OFF -- Configuring SOCI core library: -- SOCI_CORE_TARGET = soci_core -- SOCI_CORE_TARGET_OUTPUT_NAME = soci_core -- SOCI_CORE_DEPS_LIBS = -lpthread /usr/lib/x86_64-linux-gnu/libdl.so -- SOCI_CORE_INCLUDE_DIRS = $<$:> $<$:> $<$:> $<$:> /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/private /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core -- WITH_BOOST = False -- COMPILE_DEFINITIONS = _GLIBCXX_USE_CXX11_ABI=0 CATCH_CONFIG_CPP11_NO_IS_ENUM SOCI_ABI_VERSION="4.0" HAVE_DL=1 SOCI_LIB_PREFIX="libsoci_" SOCI_LIB_SUFFIX=".so" SOCI_DEBUG_POSTFIX="" -- -- Configuring SOCI backend libraries: -- -- -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c' '--' '-j3' ----------------- Scanning dependencies of target soci_core_static [ 4%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/backend-loader.cpp.o [ 9%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/blob.cpp.o [ 13%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/common.cpp.o [ 18%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o [ 22%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/connection-pool.cpp.o [ 27%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/error.cpp.o [ 31%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/into-type.cpp.o [ 36%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/logger.cpp.o [ 40%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o [ 45%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o [ 50%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/procedure.cpp.o [ 54%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o [ 59%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o [ 63%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/row.cpp.o [ 68%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/rowid.cpp.o [ 72%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/session.cpp.o [ 77%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/soci-simple.cpp.o [ 81%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/statement.cpp.o [ 86%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/transaction.cpp.o [ 90%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/use-type.cpp.o [ 95%] Building CXX object source_subfolder/src/core/CMakeFiles/soci_core_static.dir/values.cpp.o [100%] Linking CXX static library ../../../lib/libsoci_core.a [100%] Built target soci_core_static soci/4.0.2: Package '80d3c8d077516ce6e7dc913ef92912e9172eae4c' built soci/4.0.2: Build folder /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c soci/4.0.2: Generated conaninfo.txt soci/4.0.2: Generated conanbuildinfo.txt soci/4.0.2: Generating the package soci/4.0.2: Package folder /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c soci/4.0.2: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c' '--target' 'install' '--' '-j3' ----------------- [100%] Built target soci_core_static Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/procedure.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/use-type.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/db2 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/db2/soci-db2.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowid-exchange.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/postgresql -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/postgresql/soci-postgresql.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-platform.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowid.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-conversion-traits.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/ref-counted-statement.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-backend.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/blob-exchange.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/bind-values.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/connection-parameters.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/into-type.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/callbacks.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/into.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/column-info.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/noreturn.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/transaction.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/values.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-fusion.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/ref-counted-prepare-info.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-holder.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/unsigned-types.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-optional.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/version.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/firebird -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/firebird/soci-firebird.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/exchange-traits.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-gregorian-date.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/query_transformation.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/use.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/connection-pool.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-conversion.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/sqlite3 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/sqlite3/soci-sqlite3.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowset.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-config.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/mysql -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/mysql/soci-mysql.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/values-exchange.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/error.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/odbc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/odbc/soci-odbc.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/session.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/row.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/once-temp-type.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/empty -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/empty/soci-empty.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-config.h.in -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-ptr.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/oracle -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/oracle/soci-oracle.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-simple.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/statement.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-tuple.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/row-exchange.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/prepare-temp-type.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/blob.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/logger.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-wrappers.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/backend-loader.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/backend-loader.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/bind-values.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/blob-exchange.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/blob.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-fusion.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-gregorian-date.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-optional.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/boost-tuple.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/callbacks.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/column-info.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/connection-parameters.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/connection-pool.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/error.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/exchange-traits.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/into-type.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/into.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/logger.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/noreturn.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/once-temp-type.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/prepare-temp-type.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/procedure.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/query_transformation.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/ref-counted-prepare-info.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/ref-counted-statement.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/row-exchange.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/row.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowid-exchange.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowid.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/rowset.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/session.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-backend.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-platform.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci-simple.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/soci.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/statement.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/transaction.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-conversion-traits.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-conversion.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-holder.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-ptr.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/type-wrappers.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/unsigned-types.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/use-type.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/use.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/values-exchange.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/values.h -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/include/soci/version.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/lib/libsoci_core.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/lib/cmake/SOCI/SOCITargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/lib/cmake/SOCI/SOCITargets-release.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/lib/cmake/SOCI/SOCIConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/package/80d3c8d077516ce6e7dc913ef92912e9172eae4c/lib/cmake/SOCI/SOCIConfigVersion.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 [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK soci/4.0.2 package(): Packaged 1 '.a' file: libsoci_core.a soci/4.0.2 package(): Packaged 56 '.h' files soci/4.0.2 package(): Packaged 1 '.txt' file: LICENSE_1_0.txt soci/4.0.2: Package '80d3c8d077516ce6e7dc913ef92912e9172eae4c' created soci/4.0.2: Created package revision 5c6b16550218752d4e19af9090dbf2c1 [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 Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/session.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/session.h:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/once-temp-type.h:12: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/ref-counted-statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:44:5: warning: definition of implicit copy constructor for 'use_container, void>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:51:10: note: in implicit copy constructor for 'soci::details::use_container, void>' first required here { return details::use_container(t, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/session.cpp:471:66: note: in instantiation of function template specialization 'soci::use>' requested here return prepare << backEnd_->get_column_descriptions_query(), use(table_name, "t"); ^ 1 warning generated. In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, soci::indicator>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, soci::indicator>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into, soci::indicator>' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:633:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row>' requested here into_row(); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:639:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row' requested here into_row(); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:645:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row' requested here into_row(); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:651:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row' requested here into_row(); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:657:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row' requested here into_row(); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:9: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:144:26: note: in instantiation of function template specialization 'soci::into' requested here exchange_for_row(into(*t, *ind)); ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/statement.cpp:663:5: note: in instantiation of function template specialization 'soci::details::statement_impl::into_row' requested here into_row(); ^ 6 warnings generated. In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, soci::indicator>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, soci::indicator>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1837:25: note: in instantiation of function template specialization 'soci::into, soci::indicator>' requested here into(wrapper->into_strings[i], wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1841:25: note: in instantiation of function template specialization 'soci::into' requested here into(wrapper->into_ints[i], wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1846:25: note: in instantiation of function template specialization 'soci::into' requested here into(wrapper->into_longlongs[i], wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1850:25: note: in instantiation of function template specialization 'soci::into' requested here into(wrapper->into_doubles[i], wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1854:25: note: in instantiation of function template specialization 'soci::into' requested here into(wrapper->into_dates[i], wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1858:25: note: in instantiation of function template specialization 'soci::into' requested here into(wrapper->into_blob[i]->blob_, wrapper->into_indicators[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container>, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container>, std::vector>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1875:25: note: in instantiation of function template specialization 'soci::into>, std::vector>' requested here into(wrapper->into_strings_v[i], wrapper->into_indicators_v[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, std::vector>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1879:25: note: in instantiation of function template specialization 'soci::into, std::vector>' requested here into(wrapper->into_ints_v[i], wrapper->into_indicators_v[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, std::vector>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1884:25: note: in instantiation of function template specialization 'soci::into, std::vector>' requested here into(wrapper->into_longlongs_v[i], wrapper->into_indicators_v[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, std::vector>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1888:25: note: in instantiation of function template specialization 'soci::into, std::vector>' requested here into(wrapper->into_doubles_v[i], wrapper->into_indicators_v[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:7: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:36:5: warning: definition of implicit copy constructor for 'into_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(into_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/into.h:61:10: note: in implicit copy constructor for 'soci::details::into_container, std::vector>' first required here { return details::into_container(t, ind); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1892:25: note: in instantiation of function template specialization 'soci::into, std::vector>' requested here into(wrapper->into_dates_v[i], wrapper->into_indicators_v[i])); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container, soci::indicator>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container, soci::indicator>' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1913:38: note: in instantiation of function template specialization 'soci::use>' requested here wrapper->st.exchange(use(use_string, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1926:38: note: in instantiation of function template specialization 'soci::use' requested here wrapper->st.exchange(use(use_int, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1939:38: note: in instantiation of function template specialization 'soci::use' requested here wrapper->st.exchange(use(use_longlong, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1952:38: note: in instantiation of function template specialization 'soci::use' requested here wrapper->st.exchange(use(use_double, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1965:38: note: in instantiation of function template specialization 'soci::use' requested here wrapper->st.exchange(use(use_date, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:59:10: note: in implicit copy constructor for 'soci::details::use_container' first required here { return details::use_container(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1978:38: note: in instantiation of function template specialization 'soci::use' requested here wrapper->st.exchange(use(use_blob, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container>, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:69:10: note: in implicit copy constructor for 'soci::details::use_container>, std::vector>' first required here { return details::use_container >(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:1995:38: note: in instantiation of function template specialization 'soci::use>>' requested here wrapper->st.exchange(use(use_string, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:69:10: note: in implicit copy constructor for 'soci::details::use_container, std::vector>' first required here { return details::use_container >(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:2010:38: note: in instantiation of function template specialization 'soci::use>' requested here wrapper->st.exchange(use(use_int, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:69:10: note: in implicit copy constructor for 'soci::details::use_container, std::vector>' first required here { return details::use_container >(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:2025:38: note: in instantiation of function template specialization 'soci::use>' requested here wrapper->st.exchange(use(use_longlong, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:69:10: note: in implicit copy constructor for 'soci::details::use_container, std::vector>' first required here { return details::use_container >(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:2040:38: note: in instantiation of function template specialization 'soci::use>' requested here wrapper->st.exchange(use(use_double, use_ind, use_name)); ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci.h:16: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/column-info.h:13: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/values.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/statement.h:11: In file included from /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/bind-values.h:10: /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:31:5: warning: definition of implicit copy constructor for 'use_container, std::vector>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] SOCI_NOT_ASSIGNABLE(use_container) ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/soci-platform.h:133:20: note: expanded from macro 'SOCI_NOT_ASSIGNABLE' classname& operator=(const classname&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/include/soci/use.h:69:10: note: in implicit copy constructor for 'soci::details::use_container, std::vector>' first required here { return details::use_container >(t, ind, name); } ^ /home/conan/w/BuildSingleReference/.conan/data/soci/4.0.2/_/_/build/80d3c8d077516ce6e7dc913ef92912e9172eae4c/source_subfolder/src/core/soci-simple.cpp:2055:38: note: in instantiation of function template specialization 'soci::use>' requested here wrapper->st.exchange(use(use_date, use_ind, use_name)); ^ 22 warnings generated.