CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /usr/include/c++/4.9/chrono:35:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:21, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /usr/include/c++/4.9/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:38:28: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Error(const Error &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:39:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Error& operator=(const Error &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:41:17: error: expected ',' or '...' before '&&' token Error(Error &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:41:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Error(Error &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:41:23: error: invalid constructor; you probably meant 'sw::redis::Error (const sw::redis::Error&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:42:28: error: expected ',' or '...' before '&&' token Error& operator=(Error &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:42:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Error& operator=(Error &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:44:20: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~Error() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:44:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~Error() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:46:32: error: expected ';' at end of member declaration virtual const char* what() const noexcept override { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:46:38: error: 'noexcept' does not name a type virtual const char* what() const noexcept override { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:44:13: error: looser throw specifier for 'virtual sw::redis::Error::~Error()' virtual ~Error() override = default; ^ In file included from /usr/include/c++/4.9/new:40:0, from /usr/include/c++/4.9/ext/new_allocator.h:33, from /usr/include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h:33, from /usr/include/c++/4.9/bits/allocator.h:46, from /usr/include/c++/4.9/string:41, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:20, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /usr/include/c++/4.9/exception:64:13: error: overriding 'virtual std::exception::~exception() throw ()' virtual ~exception() _GLIBCXX_USE_NOEXCEPT; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:46:25: error: looser throw specifier for 'virtual const char* sw::redis::Error::what() const' virtual const char* what() const noexcept override { ^ In file included from /usr/include/c++/4.9/new:40:0, from /usr/include/c++/4.9/ext/new_allocator.h:33, from /usr/include/x86_64-linux-gnu/c++/4.9/bits/c++allocator.h:33, from /usr/include/c++/4.9/bits/allocator.h:46, from /usr/include/c++/4.9/string:41, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:20, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /usr/include/c++/4.9/exception:68:25: error: overriding 'virtual const char* std::exception::what() const throw ()' virtual const char* what() const _GLIBCXX_USE_NOEXCEPT; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:42:12: error: defaulted declaration 'sw::redis::Error& sw::redis::Error::operator=(sw::redis::Error)' Error& operator=(Error &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:42:12: error: does not match expected signature 'sw::redis::Error& sw::redis::Error::operator=(sw::redis::Error&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:58:32: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 IoError(const IoError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:59:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 IoError& operator=(const IoError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:61:21: error: expected ',' or '...' before '&&' token IoError(IoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:61:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 IoError(IoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:61:27: error: invalid constructor; you probably meant 'sw::redis::IoError (const sw::redis::IoError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:62:32: error: expected ',' or '...' before '&&' token IoError& operator=(IoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:62:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 IoError& operator=(IoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:64:22: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~IoError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:64:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~IoError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:62:14: error: defaulted declaration 'sw::redis::IoError& sw::redis::IoError::operator=(sw::redis::IoError)' IoError& operator=(IoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:62:14: error: does not match expected signature 'sw::redis::IoError& sw::redis::IoError::operator=(sw::redis::IoError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:71:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 TimeoutError(const TimeoutError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:72:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 TimeoutError& operator=(const TimeoutError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:74:31: error: expected ',' or '...' before '&&' token TimeoutError(TimeoutError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:74:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 TimeoutError(TimeoutError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:74:37: error: invalid constructor; you probably meant 'sw::redis::TimeoutError (const sw::redis::TimeoutError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:75:42: error: expected ',' or '...' before '&&' token TimeoutError& operator=(TimeoutError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:75:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 TimeoutError& operator=(TimeoutError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:77:27: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~TimeoutError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:77:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~TimeoutError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:75:19: error: defaulted declaration 'sw::redis::TimeoutError& sw::redis::TimeoutError::operator=(sw::redis::TimeoutError)' TimeoutError& operator=(TimeoutError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:75:19: error: does not match expected signature 'sw::redis::TimeoutError& sw::redis::TimeoutError::operator=(sw::redis::TimeoutError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:84:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ClosedError(const ClosedError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:85:51: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ClosedError& operator=(const ClosedError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:87:29: error: expected ',' or '...' before '&&' token ClosedError(ClosedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:87:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ClosedError(ClosedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:87:35: error: invalid constructor; you probably meant 'sw::redis::ClosedError (const sw::redis::ClosedError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:88:40: error: expected ',' or '...' before '&&' token ClosedError& operator=(ClosedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:88:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ClosedError& operator=(ClosedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:90:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~ClosedError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:90:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~ClosedError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:88:18: error: defaulted declaration 'sw::redis::ClosedError& sw::redis::ClosedError::operator=(sw::redis::ClosedError)' ClosedError& operator=(ClosedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:88:18: error: does not match expected signature 'sw::redis::ClosedError& sw::redis::ClosedError::operator=(sw::redis::ClosedError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:97:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ProtoError(const ProtoError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:98:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ProtoError& operator=(const ProtoError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:100:27: error: expected ',' or '...' before '&&' token ProtoError(ProtoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:100:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ProtoError(ProtoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:100:33: error: invalid constructor; you probably meant 'sw::redis::ProtoError (const sw::redis::ProtoError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:101:38: error: expected ',' or '...' before '&&' token ProtoError& operator=(ProtoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:101:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ProtoError& operator=(ProtoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:103:25: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~ProtoError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:103:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~ProtoError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:101:17: error: defaulted declaration 'sw::redis::ProtoError& sw::redis::ProtoError::operator=(sw::redis::ProtoError)' ProtoError& operator=(ProtoError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:101:17: error: does not match expected signature 'sw::redis::ProtoError& sw::redis::ProtoError::operator=(sw::redis::ProtoError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:110:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 OomError(const OomError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:111:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 OomError& operator=(const OomError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:113:23: error: expected ',' or '...' before '&&' token OomError(OomError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:113:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 OomError(OomError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:113:29: error: invalid constructor; you probably meant 'sw::redis::OomError (const sw::redis::OomError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:114:34: error: expected ',' or '...' before '&&' token OomError& operator=(OomError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:114:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 OomError& operator=(OomError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:116:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~OomError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:116:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~OomError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:114:15: error: defaulted declaration 'sw::redis::OomError& sw::redis::OomError::operator=(sw::redis::OomError)' OomError& operator=(OomError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:114:15: error: does not match expected signature 'sw::redis::OomError& sw::redis::OomError::operator=(sw::redis::OomError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:123:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ReplyError(const ReplyError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:124:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ReplyError& operator=(const ReplyError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:126:27: error: expected ',' or '...' before '&&' token ReplyError(ReplyError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:126:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ReplyError(ReplyError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:126:33: error: invalid constructor; you probably meant 'sw::redis::ReplyError (const sw::redis::ReplyError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:127:38: error: expected ',' or '...' before '&&' token ReplyError& operator=(ReplyError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:127:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ReplyError& operator=(ReplyError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:129:25: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~ReplyError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:129:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~ReplyError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:127:17: error: defaulted declaration 'sw::redis::ReplyError& sw::redis::ReplyError::operator=(sw::redis::ReplyError)' ReplyError& operator=(ReplyError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:127:17: error: does not match expected signature 'sw::redis::ReplyError& sw::redis::ReplyError::operator=(sw::redis::ReplyError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:136:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 WatchError(const WatchError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:137:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 WatchError& operator=(const WatchError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:139:27: error: expected ',' or '...' before '&&' token WatchError(WatchError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:139:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 WatchError(WatchError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:139:33: error: invalid constructor; you probably meant 'sw::redis::WatchError (const sw::redis::WatchError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:140:38: error: expected ',' or '...' before '&&' token WatchError& operator=(WatchError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:140:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 WatchError& operator=(WatchError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:142:25: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~WatchError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:142:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~WatchError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:140:17: error: defaulted declaration 'sw::redis::WatchError& sw::redis::WatchError::operator=(sw::redis::WatchError)' WatchError& operator=(WatchError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:140:17: error: does not match expected signature 'sw::redis::WatchError& sw::redis::WatchError::operator=(sw::redis::WatchError&)' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:58:5: error: 'constexpr' does not name a type constexpr StringView() noexcept = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:58:5: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:60:5: error: 'constexpr' does not name a type constexpr StringView(const char *data, std::size_t size) : _data(data), _size(size) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:60:5: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:66:5: error: 'constexpr' does not name a type constexpr StringView(const StringView &) noexcept = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:66:5: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:68:45: error: expected ';' at end of member declaration StringView& operator=(const StringView &) noexcept = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:68:47: error: 'noexcept' does not name a type StringView& operator=(const StringView &) noexcept = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:70:5: error: 'constexpr' does not name a type constexpr const char* data() const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:70:5: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:74:5: error: 'constexpr' does not name a type constexpr std::size_t size() const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:74:5: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:79:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 const char *_data = nullptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:80:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::size_t _size = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:79:25: error: 'nullptr' was not declared in this scope const char *_data = nullptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:98:18: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Optional() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:101:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Optional(const Optional &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:102:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Optional& operator=(const Optional &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:104:23: error: expected ',' or '...' before '&&' token Optional(Optional &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:104:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Optional(Optional &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:104:29: error: invalid constructor; you probably meant 'sw::redis::Optional (const sw::redis::Optional&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:105:34: error: expected ',' or '...' before '&&' token Optional& operator=(Optional &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:105:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Optional& operator=(Optional &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:107:19: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~Optional() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:109:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:28: error: expected ',' or '...' before '&&' token explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:37: error: parameter packs not expanded with '...': explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:37: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:112:30: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11 explicit operator bool() const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h: In constructor 'sw::redis::Optional::Optional()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:56: error: 'forward' is not a member of 'std' explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:75: error: 'args' was not declared in this scope explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:55: error: expected primary-expression before '(' token explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:56: error: 'forward' is not a member of 'std' explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:110:73: error: expected primary-expression before '>' token explicit Optional(Args &&...args) : _value(true, T(std::forward(args)...)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:146:7: error: expected nested-name-specifier before 'OptionalString' using OptionalString = Optional; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:148:7: error: expected nested-name-specifier before 'OptionalLongLong' using OptionalLongLong = Optional; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:150:7: error: expected nested-name-specifier before 'OptionalDouble' using OptionalDouble = Optional; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:152:7: error: expected nested-name-specifier before 'OptionalStringPair' using OptionalStringPair = Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:154:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:155:35: error: expected class-name before '{' token struct IsKvPair : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:158:31: error: '>>' should be '> >' within a nested template argument list struct IsKvPair> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:158:51: error: expected class-name before '{' token struct IsKvPair> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:160:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:161:1: error: expected unqualified-id before 'using' using Void = void; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:163:36: error: 'Void' does not name a type template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:163:40: error: expected '>' before '<' token template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:164:37: error: expected unqualified-id before '{' token struct IsInserter : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:168:8: error: 'IsInserter' is not a class template struct IsInserter::value>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:169:28: error: expected template-argument before '<' token typename std::enable_if::value>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:169:28: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:170:26: error: expected class-name before '{' token : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:172:39: error: 'Void' does not name a type template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:172:43: error: expected '>' before '<' token template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:173:17: error: expected unqualified-id before '{' token struct IterType { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:179:8: error: 'IterType' is not a class template struct IterType::value>::type> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:181:28: error: expected template-argument before '<' token typename std::enable_if::value>::type> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:181:28: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:182:11: error: expected nested-name-specifier before 'type' using type = typename std::decay::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:185:39: error: 'Void' does not name a type template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:185:43: error: expected '>' before '<' token template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:186:33: error: expected unqualified-id before '{' token struct IsIter : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:8: error: 'IsIter' is not a class template struct IsIter::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:35: error: 'enable_if' in namespace 'std' does not name a template type struct IsIter::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:44: error: expected template-argument before '<' token struct IsIter::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:44: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:94: error: expected class-name before '{' token struct IsIter::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:194:19: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:195:71: error: wrong number of template arguments (2, should be 1) typename std::iterator_traits::value_type>::value>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:189:75: error: provided for 'template struct sw::redis::IsIter' struct IsIter::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:196:13: error: expected '::' before ':' token : std::integral_constant::value> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:196:13: error: expected identifier before ':' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:196:13: error: qualified name does not name a class before ':' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:196:13: error: expected '{' before ':' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:196:13: error: expected unqualified-id before ':' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:202:40: error: expected class-name before '{' token struct TupleWithType : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:205:25: error: 'tuple' is not a member of 'std' struct TupleWithType> : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:205:25: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:205:46: error: template argument 2 is invalid struct TupleWithType> : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:207:44: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:25: error: 'tuple' is not a member of 'std' struct TupleWithType> : TupleWithType> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:25: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:46: error: spurious '>>', use '>' to terminate a template argument list struct TupleWithType> : TupleWithType> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:46: error: wrong number of template arguments (3, should be 2) /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:202:8: error: provided for 'template struct sw::redis::TupleWithType' struct TupleWithType : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:68: error: 'tuple' is not a member of 'std' struct TupleWithType> : TupleWithType> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:68: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:83: error: expected parameter pack before '...' struct TupleWithType> : TupleWithType> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:86: error: spurious '>>', use '>' to terminate a template argument list struct TupleWithType> : TupleWithType> {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:208:86: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:210:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:211:25: error: 'tuple' is not a member of 'std' struct TupleWithType> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:211:25: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:211:46: error: spurious '>>', use '>' to terminate a template argument list struct TupleWithType> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:211:46: error: wrong number of template arguments (3, should be 2) /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:202:8: error: provided for 'template struct sw::redis::TupleWithType' struct TupleWithType : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:211:66: error: expected class-name before '{' token struct TupleWithType> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:213:26: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:216:41: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:219:26: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:224:35: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:227:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:229:11: error: expected nested-name-specifier before 'type' using type = Arg; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:232:49: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:234:11: error: expected nested-name-specifier before 'type' using type = typename NthType::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:237:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:239:11: error: expected nested-name-specifier before 'type' using type = typename NthType::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:246:11: error: expected nested-name-specifier before 'type' using type = InvalidLastType; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:249:49: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:250:19: error: expected ',' or '...' before '&&' token auto NthValue(Arg &&arg, Args &&...) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:251:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(I == 0), decltype(std::forward(arg))>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:251:31: error: expected initializer before '<' token -> typename std::enable_if<(I == 0), decltype(std::forward(arg))>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:255:49: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:256:19: error: expected ',' or '...' before '&&' token auto NthValue(Arg &&, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:257:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(I > 0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:257:31: error: expected initializer before '<' token -> typename std::enable_if<(I > 0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:264:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:265:21: error: expected ',' or '...' before '&&' token auto LastValue(Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:266:8: error: expected type-specifier before 'decltype' -> decltype(std::forward::type>( ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:266:8: error: expected initializer before 'decltype' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:272:34: error: 'Void' does not name a type template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:272:38: error: expected '>' before '<' token template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:273:38: error: expected unqualified-id before '{' token struct HasPushBack : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:276:8: error: 'HasPushBack' is not a class template struct HasPushBack' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:280:52: error: expected class-name before '{' token )>::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:282:34: error: 'Void' does not name a type template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:282:38: error: expected '>' before '<' token template > ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:283:36: error: expected unqualified-id before '{' token struct HasInsert : std::false_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:286:8: error: 'HasInsert' is not a class template struct HasInsert' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:291:67: error: expected class-name before '{' token typename T::iterator>::value>::type> : std::true_type {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:295:29: error: expected template-name before '<' token : std::integral_constant; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:68:38: error: '>>' should be '> >' within a nested template argument list Optional parse(ParseTag>, redisReply &reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:71:46: error: '>>' should be '> >' within a nested template argument list std::pair parse(ParseTag>, redisReply &reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:73:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:74:6: error: 'tuple' in namespace 'std' does not name a template type std::tuple parse(ParseTag>, redisReply &reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:76:37: error: 'enable_if' in namespace 'std' does not name a template type template ::value, int>::type = 0> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:76:46: error: expected '>' before '<' token template ::value, int>::type = 0> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:79:37: error: 'enable_if' in namespace 'std' does not name a template type template ::value, int>::type = 0> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:79:46: error: expected '>' before '<' token template ::value, int>::type = 0> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:122:13: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:122:18: error: expected initializer before '<' token -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'void sw::redis::reply::detail::to_array(redisReply&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:138:26: error: 'nullptr' was not declared in this scope if (reply.element == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:144:15: error: ISO C++ forbids declaration of 'sub_reply' with no type [-fpermissive] auto *sub_reply = reply.element[idx]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:145:26: error: 'nullptr' was not declared in this scope if (sub_reply == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'void sw::redis::reply::detail::to_flat_array(redisReply&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:159:26: error: 'nullptr' was not declared in this scope if (reply.element == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:169:15: error: ISO C++ forbids declaration of 'key_reply' with no type [-fpermissive] auto *key_reply = reply.element[idx]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:170:15: error: ISO C++ forbids declaration of 'val_reply' with no type [-fpermissive] auto *val_reply = reply.element[idx + 1]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:171:26: error: 'nullptr' was not declared in this scope if (key_reply == nullptr || val_reply == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:175:15: error: expected nested-name-specifier before 'Pair' using Pair = typename IterType::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:176:15: error: expected nested-name-specifier before 'FirstType' using FirstType = typename std::decay::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:177:15: error: expected nested-name-specifier before 'SecondType' using SecondType = typename std::decay::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:178:40: error: 'FirstType' was not declared in this scope *output = std::make_pair(parse(*key_reply), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:179:43: error: 'SecondType' was not declared in this scope parse(*val_reply)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:186:20: error: variable or field 'to_array' declared void void to_array(std::true_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:186:15: error: 'true_type' is not a member of 'std' void to_array(std::true_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:186:42: error: expected primary-expression before '&' token void to_array(std::true_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:186:48: error: expected primary-expression before ',' token void to_array(std::true_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:186:57: error: expected primary-expression before 'output' void to_array(std::true_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:195:20: error: variable or field 'to_array' declared void void to_array(std::false_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:195:15: error: 'false_type' is not a member of 'std' void to_array(std::false_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:195:43: error: expected primary-expression before '&' token void to_array(std::false_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:195:49: error: expected primary-expression before ',' token void to_array(std::false_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:195:58: error: expected primary-expression before 'output' void to_array(std::false_type, redisReply &reply, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:200:6: error: 'tuple' in namespace 'std' does not name a template type std::tuple parse_tuple(redisReply **reply, std::size_t idx) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:211:32: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:213:19: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:213:28: error: expected initializer before '<' token typename std::enable_if>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'T sw::redis::reply::parse_leniently(redisReply&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:225:30: error: 'nullptr' was not declared in this scope if (reply.element == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:229:15: error: ISO C++ forbids declaration of 'ele' with no type [-fpermissive] auto *ele = reply.element[0]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:230:20: error: 'nullptr' was not declared in this scope if (ele != nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:239:38: error: '>>' should be '> >' within a nested template argument list Optional parse(ParseTag>, redisReply &reply) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'sw::redis::Optional sw::redis::reply::parse(sw::redis::reply::ParseTag >, redisReply&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:246:16: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return {}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:254:46: error: '>>' should be '> >' within a nested template argument list std::pair parse(ParseTag>, redisReply &reply) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'std::pair<_T1, _T2> sw::redis::reply::parse(sw::redis::reply::ParseTag >, redisReply&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:263:26: error: 'nullptr' was not declared in this scope if (reply.element == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:267:11: error: ISO C++ forbids declaration of 'first' with no type [-fpermissive] auto *first = reply.element[0]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:268:11: error: ISO C++ forbids declaration of 'second' with no type [-fpermissive] auto *second = reply.element[1]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:269:18: error: 'nullptr' was not declared in this scope if (first == nullptr || second == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:47: error: 'decay' in namespace 'std' does not name a template type return std::make_pair(parse::type>(*first), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:52: error: expected template-argument before '<' token return std::make_pair(parse::type>(*first), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:52: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:62: error: expected class-name before '(' token return std::make_pair(parse::type>(*first), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:62: error: expected '::' before '(' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:273:62: error: expected identifier before '(' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:49: error: 'decay' in namespace 'std' does not name a template type parse::type>(*second)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:54: error: expected template-argument before '<' token parse::type>(*second)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:54: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:64: error: expected class-name before '(' token parse::type>(*second)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:64: error: expected '::' before '(' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:274:64: error: expected identifier before '(' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:277:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:278:6: error: 'tuple' in namespace 'std' does not name a template type std::tuple parse(ParseTag>, redisReply &reply) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:298:37: error: 'enable_if' in namespace 'std' does not name a template type template ::value, int>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:298:46: error: expected '>' before '<' token template ::value, int>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:311:37: error: 'enable_if' in namespace 'std' does not name a template type template ::value, int>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:311:46: error: expected '>' before '<' token template ::value, int>::type> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:312:3: error: redefinition of 'template > T sw::redis::reply::parse(sw::redis::reply::ParseTag, redisReply&)' T parse(ParseTag, redisReply &reply) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:299:3: note: 'template > T sw::redis::reply::parse(sw::redis::reply::ParseTag, redisReply&)' previously declared here T parse(ParseTag, redisReply &reply) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: In function 'long long int sw::redis::reply::parse_scan_reply(redisReply&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:326:49: error: 'nullptr' was not declared in this scope if (reply.elements != 2 || reply.element == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:330:11: error: ISO C++ forbids declaration of 'cursor_reply' with no type [-fpermissive] auto *cursor_reply = reply.element[0]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:331:11: error: ISO C++ forbids declaration of 'data_reply' with no type [-fpermissive] auto *data_reply = reply.element[1]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:332:25: error: 'nullptr' was not declared in this scope if (cursor_reply == nullptr || data_reply == nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:336:10: error: 'cursor_str' does not name a type auto cursor_str = reply::parse(*cursor_reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:339:22: error: 'stoll' is not a member of 'std' new_cursor = std::stoll(cursor_str); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:339:33: error: 'cursor_str' was not declared in this scope new_cursor = std::stoll(cursor_str); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:341:53: error: 'cursor_str' was not declared in this scope throw ProtoError("Invalid cursor reply: " + cursor_str); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:360:13: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:360:18: error: expected initializer before '<' token -> std::tuple { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:31:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/tls.h: In function 'sw::redis::tls::TlsContextUPtr sw::redis::tls::secure_connection(redisContext&, const sw::redis::tls::TlsOptions&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/tls.h:34:12: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return {}; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:37:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class ConnectionType { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:44:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionOptions() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:48:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionOptions(const ConnectionOptions &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:49:63: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionOptions& operator=(const ConnectionOptions &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:51:41: error: expected ',' or '...' before '&&' token ConnectionOptions(ConnectionOptions &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:51:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionOptions(ConnectionOptions &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:51:47: error: invalid constructor; you probably meant 'sw::redis::ConnectionOptions (const sw::redis::ConnectionOptions&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:52:52: error: expected ',' or '...' before '&&' token ConnectionOptions& operator=(ConnectionOptions &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:52:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionOptions& operator=(ConnectionOptions &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:54:28: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~ConnectionOptions() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:56:43: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 ConnectionType type = ConnectionType::TCP; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:60:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int port = 6379; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:64:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::string user = "default"; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:68:14: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int db = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:70:23: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool keep_alive = false; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:72:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds connect_timeout{0}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:74:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds socket_timeout{0}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:17: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:17: error: ISO C++ forbids declaration of '_split_uri' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:17: error: storage class specified for '_split_uri' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:17: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:17: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:82:22: error: expected unqualified-id before '<' token -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:17: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:17: error: ISO C++ forbids declaration of '_split_path' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:17: error: storage class specified for '_split_path' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:17: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:17: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:85:22: error: expected unqualified-id before '<' token -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:94:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds _parse_timeout_option(const std::string &str) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:52:24: error: defaulted declaration 'sw::redis::ConnectionOptions& sw::redis::ConnectionOptions::operator=(sw::redis::ConnectionOptions)' ConnectionOptions& operator=(ConnectionOptions &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:52:24: error: does not match expected signature 'sw::redis::ConnectionOptions& sw::redis::ConnectionOptions::operator=(sw::redis::ConnectionOptions&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:56:27: error: 'ConnectionType' is not a class or namespace ConnectionType type = ConnectionType::TCP; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:111:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Connection(const Connection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:112:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Connection& operator=(const Connection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:114:27: error: expected ',' or '...' before '&&' token Connection(Connection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:114:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Connection(Connection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:114:33: error: invalid constructor; you probably meant 'sw::redis::Connection (const sw::redis::Connection&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:115:38: error: expected ',' or '...' before '&&' token Connection& operator=(Connection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:115:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Connection& operator=(Connection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:117:21: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~Connection() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:122:19: error: expected ';' at end of member declaration bool broken() const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:122:25: error: 'noexcept' does not name a type bool broken() const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:126:16: error: expected ';' at end of member declaration void reset() noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:126:18: error: 'noexcept' does not name a type void reset() noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:17: error: 'chrono' in namespace 'std' does not name a type -> std::chrono::time_point { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:17: error: ISO C++ forbids declaration of 'last_active' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:17: error: storage class specified for 'last_active' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:17: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:17: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:133:25: error: 'time_point' in namespace '::' does not name a template type -> std::chrono::time_point { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:137:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:40: error: expected ',' or '...' before '&&' token void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:49: error: parameter packs not expanded with '...': void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:49: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:144:5: error: 'ReplyUPtr' does not name a type ReplyUPtr recv(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:150:54: error: expected ';' at end of member declaration friend void swap(Connection &lhs, Connection &rhs) noexcept; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:150:56: error: 'noexcept' does not name a type friend void swap(Connection &lhs, Connection &rhs) noexcept; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:163:11: error: expected nested-name-specifier before 'ContextUPtr' using ContextUPtr = std::unique_ptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:173:5: error: 'ContextUPtr' does not name a type ContextUPtr _ctx; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:177:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::time_point _last_active{}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:115:17: error: defaulted declaration 'sw::redis::Connection& sw::redis::Connection::operator=(sw::redis::Connection)' Connection& operator=(Connection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:115:17: error: does not match expected signature 'sw::redis::Connection& sw::redis::Connection::operator=(sw::redis::Connection&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h: In member function 'void sw::redis::Connection::ContextDeleter::operator()(redisContext*) const': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:157:28: error: 'nullptr' was not declared in this scope if (context != nullptr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:184:7: error: expected nested-name-specifier before 'ConnectionSPtr' using ConnectionSPtr = std::shared_ptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:186:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class Role { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:193:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:194:55: error: expected ',' or '...' before '&&' token inline void Connection::send(const char *format, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:194:13: error: prototype for 'void sw::redis::Connection::send(const char*, Args)' does not match any in class 'sw::redis::Connection' inline void Connection::send(const char *format, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: error: candidates are: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: error: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: error: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h: In member function 'redisContext* sw::redis::Connection::_context()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:209:5: error: '_last_active' was not declared in this scope _last_active = std::chrono::steady_clock::now(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:209:25: error: 'std::chrono' has not been declared _last_active = std::chrono::steady_clock::now(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:211:12: error: '_ctx' was not declared in this scope return _ctx.get(); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:27, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:28:7: error: expected nested-name-specifier before 'Slot' using Slot = std::size_t; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:31:5: error: 'Slot' does not name a type Slot min; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:32:5: error: 'Slot' does not name a type Slot max; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h: In function 'bool sw::redis::operator<(const sw::redis::SlotRange&, const sw::redis::SlotRange&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:36:16: error: 'const struct sw::redis::SlotRange' has no member named 'max' return lhs.max < rhs.max; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:36:26: error: 'const struct sw::redis::SlotRange' has no member named 'max' return lhs.max < rhs.max; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:49:46: error: expected ';' at end of member declaration std::size_t operator()(const Node &node) const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:49:52: error: 'noexcept' does not name a type std::size_t operator()(const Node &node) const noexcept { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:56:7: error: expected nested-name-specifier before 'Shards' using Shards = std::map; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:62:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedirectionError(const RedirectionError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:63:61: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedirectionError& operator=(const RedirectionError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:65:39: error: expected ',' or '...' before '&&' token RedirectionError(RedirectionError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:65:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedirectionError(RedirectionError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:65:45: error: invalid constructor; you probably meant 'sw::redis::RedirectionError (const sw::redis::RedirectionError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:66:50: error: expected ',' or '...' before '&&' token RedirectionError& operator=(RedirectionError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:66:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedirectionError& operator=(RedirectionError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:68:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~RedirectionError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:68:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~RedirectionError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:70:5: error: 'Slot' does not name a type Slot slot() const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:79:15: error: 'Slot' was not declared in this scope std::pair _parse_error(const std::string &msg) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:79:25: error: template argument 1 is invalid std::pair _parse_error(const std::string &msg) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:81:5: error: 'Slot' does not name a type Slot _slot = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:66:23: error: defaulted declaration 'sw::redis::RedirectionError& sw::redis::RedirectionError::operator=(sw::redis::RedirectionError)' RedirectionError& operator=(RedirectionError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:66:23: error: does not match expected signature 'sw::redis::RedirectionError& sw::redis::RedirectionError::operator=(sw::redis::RedirectionError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:89:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 MovedError(const MovedError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:90:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 MovedError& operator=(const MovedError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:92:27: error: expected ',' or '...' before '&&' token MovedError(MovedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:92:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 MovedError(MovedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:92:33: error: invalid constructor; you probably meant 'sw::redis::MovedError (const sw::redis::MovedError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:93:38: error: expected ',' or '...' before '&&' token MovedError& operator=(MovedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:93:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 MovedError& operator=(MovedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:95:25: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~MovedError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:95:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~MovedError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:93:17: error: defaulted declaration 'sw::redis::MovedError& sw::redis::MovedError::operator=(sw::redis::MovedError)' MovedError& operator=(MovedError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:93:17: error: does not match expected signature 'sw::redis::MovedError& sw::redis::MovedError::operator=(sw::redis::MovedError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:102:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 AskError(const AskError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:103:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 AskError& operator=(const AskError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:105:23: error: expected ',' or '...' before '&&' token AskError(AskError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:105:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 AskError(AskError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:105:29: error: invalid constructor; you probably meant 'sw::redis::AskError (const sw::redis::AskError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:106:34: error: expected ',' or '...' before '&&' token AskError& operator=(AskError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:106:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 AskError& operator=(AskError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:108:23: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~AskError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:108:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~AskError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:106:15: error: defaulted declaration 'sw::redis::AskError& sw::redis::AskError::operator=(sw::redis::AskError)' AskError& operator=(AskError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards.h:106:15: error: does not match expected signature 'sw::redis::AskError& sw::redis::AskError::operator=(sw::redis::AskError&)' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:27:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:34:43: error: '>>' should be '> >' within a nested template argument list std::vector> nodes; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:38:23: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool keep_alive = true; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:40:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds connect_timeout{100}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:42:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds socket_timeout{100}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:44:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds retry_interval{100}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:46:29: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::size_t max_retry = 2; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:53:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Sentinel(const Sentinel &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:54:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Sentinel& operator=(const Sentinel &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:56:23: error: expected ',' or '...' before '&&' token Sentinel(Sentinel &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:56:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Sentinel(Sentinel &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:56:29: error: invalid constructor; you probably meant 'sw::redis::Sentinel (const sw::redis::Sentinel&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:57:34: error: expected ',' or '...' before '&&' token Sentinel& operator=(Sentinel &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:57:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Sentinel& operator=(Sentinel &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:59:19: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~Sentinel() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:88:10: error: 'mutex' in namespace 'std' does not name a type std::mutex _mutex; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:93:31: error: 'shared_ptr' in namespace 'std' does not name a template type SimpleSentinel(const std::shared_ptr &sentinel, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:93:41: error: expected ',' or '...' before '<' token SimpleSentinel(const std::shared_ptr &sentinel, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:97:24: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SimpleSentinel() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:99:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SimpleSentinel(const SimpleSentinel &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:100:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SimpleSentinel& operator=(const SimpleSentinel &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:102:35: error: expected ',' or '...' before '&&' token SimpleSentinel(SimpleSentinel &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:102:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SimpleSentinel(SimpleSentinel &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:102:41: error: invalid constructor; you probably meant 'sw::redis::SimpleSentinel (const sw::redis::SimpleSentinel&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:103:46: error: expected ',' or '...' before '&&' token SimpleSentinel& operator=(SimpleSentinel &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:103:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SimpleSentinel& operator=(SimpleSentinel &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:105:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~SimpleSentinel() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:107:30: warning: explicit conversion operators only available with -std=c++11 or -std=gnu++11 explicit operator bool() const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:114:10: error: 'shared_ptr' in namespace 'std' does not name a template type std::shared_ptr _sentinel; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:118:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 Role _role = Role::MASTER; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:103:21: error: defaulted declaration 'sw::redis::SimpleSentinel& sw::redis::SimpleSentinel::operator=(sw::redis::SimpleSentinel)' SimpleSentinel& operator=(SimpleSentinel &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:103:21: error: does not match expected signature 'sw::redis::SimpleSentinel& sw::redis::SimpleSentinel::operator=(sw::redis::SimpleSentinel&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:118:18: error: 'Role' is not a class or namespace Role _role = Role::MASTER; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h: In member function 'sw::redis::SimpleSentinel::operator bool() const': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:108:21: error: '_sentinel' was not declared in this scope return bool(_sentinel); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:125:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 StopIterError(const StopIterError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:126:55: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 StopIterError& operator=(const StopIterError &) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:128:33: error: expected ',' or '...' before '&&' token StopIterError(StopIterError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:128:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 StopIterError(StopIterError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:128:39: error: invalid constructor; you probably meant 'sw::redis::StopIterError (const sw::redis::StopIterError&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:129:44: error: expected ',' or '...' before '&&' token StopIterError& operator=(StopIterError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:129:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 StopIterError& operator=(StopIterError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:131:28: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual ~StopIterError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:131:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 virtual ~StopIterError() override = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:129:20: error: defaulted declaration 'sw::redis::StopIterError& sw::redis::StopIterError::operator=(sw::redis::StopIterError)' StopIterError& operator=(StopIterError &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/sentinel.h:129:20: error: does not match expected signature 'sw::redis::StopIterError& sw::redis::StopIterError::operator=(sw::redis::StopIterError&)' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:35:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::size_t size = 1; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:38:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds wait_timeout{0}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:41:10: error: 'chrono' in namespace 'std' does not name a type std::chrono::milliseconds connection_lifetime{0}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:53:24: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionPool() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:55:35: error: expected ',' or '...' before '&&' token ConnectionPool(ConnectionPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:55:41: error: invalid constructor; you probably meant 'sw::redis::ConnectionPool (const sw::redis::ConnectionPool&)' ConnectionPool(ConnectionPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:56:46: error: expected ',' or '...' before '&&' token ConnectionPool& operator=(ConnectionPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:58:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionPool(const ConnectionPool &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:59:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ConnectionPool& operator=(const ConnectionPool &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:61:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~ConnectionPool() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:76:31: error: expected ',' or '...' before '&&' token void _move(ConnectionPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:85:36: error: 'std::unique_lock' has not been declared void _wait_for_connection(std::unique_lock &lock); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:85:47: error: expected ',' or '...' before '<' token void _wait_for_connection(std::unique_lock &lock); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &connection_lifetime) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &connection_lifetime) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:48: error: expected ';' at end of member declaration const std::chrono::milliseconds &connection_lifetime) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:62: error: ISO C++ forbids declaration of 'connection_lifetime' with no type [-fpermissive] const std::chrono::milliseconds &connection_lifetime) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:62: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:88:81: error: expected unqualified-id before ')' token const std::chrono::milliseconds &connection_lifetime) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:105:37: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::size_t _used_connections = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:107:10: error: 'mutex' in namespace 'std' does not name a type std::mutex _mutex; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:109:10: error: 'condition_variable' in namespace 'std' does not name a type std::condition_variable _cv; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:114:7: error: expected nested-name-specifier before 'ConnectionPoolSPtr' using ConnectionPoolSPtr = std::shared_ptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:122:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SafeConnection(const SafeConnection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:123:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SafeConnection& operator=(const SafeConnection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:125:35: error: expected ',' or '...' before '&&' token SafeConnection(SafeConnection &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:125:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SafeConnection(SafeConnection &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:125:41: error: invalid constructor; you probably meant 'sw::redis::SafeConnection (const sw::redis::SafeConnection&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:126:46: error: expected ',' or '...' before '&&' token SafeConnection& operator=(SafeConnection &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:126:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 SafeConnection& operator=(SafeConnection &&) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: In constructor 'sw::redis::SafeConnection::SafeConnection(sw::redis::ConnectionPool&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:118:91: error: use of deleted function 'sw::redis::Connection::Connection(const sw::redis::Connection&)' explicit SafeConnection(ConnectionPool &pool) : _pool(pool), _connection(_pool.fetch()) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:111:5: note: declared here Connection(const Connection &) = delete; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: In destructor 'sw::redis::SafeConnection::~SafeConnection()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:129:23: error: 'move' is not a member of 'std' _pool.release(std::move(_connection)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:145:38: error: 'ConnectionPoolSPtr' does not name a type explicit GuardedConnection(const ConnectionPoolSPtr &pool) : _pool(pool), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:150:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 GuardedConnection(const GuardedConnection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:151:63: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 GuardedConnection& operator=(const GuardedConnection &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:153:41: error: expected ',' or '...' before '&&' token GuardedConnection(GuardedConnection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:153:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 GuardedConnection(GuardedConnection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:153:47: error: invalid constructor; you probably meant 'sw::redis::GuardedConnection (const sw::redis::GuardedConnection&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:154:52: error: expected ',' or '...' before '&&' token GuardedConnection& operator=(GuardedConnection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:154:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 GuardedConnection& operator=(GuardedConnection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:168:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr _pool; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:154:24: error: defaulted declaration 'sw::redis::GuardedConnection& sw::redis::GuardedConnection::operator=(sw::redis::GuardedConnection)' GuardedConnection& operator=(GuardedConnection &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:154:24: error: does not match expected signature 'sw::redis::GuardedConnection& sw::redis::GuardedConnection::operator=(sw::redis::GuardedConnection&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: In constructor 'sw::redis::GuardedConnection::GuardedConnection(const int&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:145:66: error: class 'sw::redis::GuardedConnection' does not have any field named '_pool' explicit GuardedConnection(const ConnectionPoolSPtr &pool) : _pool(pool), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:146:69: error: '_pool' was not declared in this scope _connection(_pool->fetch()) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: In destructor 'sw::redis::GuardedConnection::~GuardedConnection()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:158:13: error: '_pool' was not declared in this scope if (_pool) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:159:28: error: 'move' is not a member of 'std' _pool->release(std::move(_connection)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:172:7: error: expected nested-name-specifier before 'GuardedConnectionSPtr' using GuardedConnectionSPtr = std::shared_ptr; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:27:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:27:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class UpdateType { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:33:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class InsertPosition { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:38:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class BoundType { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:174:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 long long offset = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:175:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 long long count = -1; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:178:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class Aggregation { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:184:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class BitOp { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_options.h:191:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class GeoUnit { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:33:25: error: expected ',' or '...' before '&&' token CmdArgs& append(Arg &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:35:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:36:25: error: expected ',' or '...' before '&&' token CmdArgs& append(Arg &&arg, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:42:32: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:42:41: error: expected '>' before '<' token typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:27: error: expected ',' or '...' before '&&' token CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:49:39: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:50:32: error: 'tuple' in namespace 'std' does not name a template type auto operator<<(const std::tuple &) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:50:37: error: expected ',' or '...' before '<' token auto operator<<(const std::tuple &) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:51:23: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:51:32: error: expected initializer before '<' token typename std::enable_if::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:55:43: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:56:32: error: 'tuple' in namespace 'std' does not name a template type auto operator<<(const std::tuple &arg) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:56:37: error: expected ',' or '...' before '<' token auto operator<<(const std::tuple &arg) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:57:23: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:57:32: error: expected initializer before '<' token typename std::enable_if::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:82:32: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:82:41: error: expected '>' before '<' token typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:84:24: error: expected ',' or '...' before '&&' token CmdArgs& _append(T &&arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:22: error: 'true_type' is not a member of 'std' CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:38: error: expected primary-expression before 'const' CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:64: error: expected primary-expression before '>' token CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:67: error: 'range' was not declared in this scope CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:72: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:89:73: error: data member '_append' cannot be a member template CmdArgs& _append(std::true_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:22: error: 'false_type' is not a member of 'std' CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:39: error: expected primary-expression before 'const' CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:65: error: expected primary-expression before '>' token CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:68: error: 'range' was not declared in this scope CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:73: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:92:74: error: data member '_append' cannot be a member template CmdArgs& _append(std::false_type, const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append(T)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:85:27: error: 'forward' is not a member of 'std' return operator<<(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:85:41: error: expected primary-expression before '>' token return operator<<(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:85:43: error: 'arg' was not declared in this scope return operator<<(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:101:37: error: expected ',' or '...' before '&&' token inline CmdArgs& CmdArgs::append(Arg &&arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::append(Arg)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:102:20: error: 'forward' is not a member of 'std' return _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:102:36: error: expected primary-expression before '>' token return _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:102:38: error: 'arg' was not declared in this scope return _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:105:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:106:37: error: expected ',' or '...' before '&&' token inline CmdArgs& CmdArgs::append(Arg &&arg, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::append(Arg)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:107:13: error: 'forward' is not a member of 'std' _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:107:29: error: expected primary-expression before '>' token _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:107:31: error: 'arg' was not declared in this scope _append(std::forward(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:109:19: error: 'forward' is not a member of 'std' return append(std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:109:36: error: expected primary-expression before '>' token return append(std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:109:38: error: 'args' was not declared in this scope return append(std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:113:25: error: 'const class sw::redis::StringView' has no member named 'data' _argv.push_back(arg.data()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:114:29: error: 'const class sw::redis::StringView' has no member named 'size' _argv_len.push_back(arg.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:43: error: 'decay' in namespace 'std' does not name a template type return _append(IsKvPair())>::type>(), range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:48: error: expected template-argument before '<' token return _append(IsKvPair())>::type>(), range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:48: error: expected '>' before '<' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:87: error: template argument 1 is invalid return _append(IsKvPair())>::type>(), range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:88: error: expected '::' before '(' token return _append(IsKvPair())>::type>(), range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:121:88: error: expected identifier before '(' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:125:28: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:125:37: error: expected '>' before '<' token typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:127:39: error: expected ',' or '...' before '&&' token inline CmdArgs& CmdArgs::operator<<(T &&arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:128:20: error: 'to_string' is not a member of 'std' return _append(std::to_string(std::forward(arg))); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:128:35: error: 'forward' is not a member of 'std' return _append(std::to_string(std::forward(arg))); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:128:49: error: expected primary-expression before '>' token return _append(std::to_string(std::forward(arg))); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:128:51: error: 'arg' was not declared in this scope return _append(std::to_string(std::forward(arg))); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:131:35: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:132:37: error: 'tuple' in namespace 'std' does not name a template type auto CmdArgs::operator<<(const std::tuple &arg) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:132:42: error: expected ',' or '...' before '<' token auto CmdArgs::operator<<(const std::tuple &arg) -> ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:133:19: error: 'enable_if' in namespace 'std' does not name a template type typename std::enable_if::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:133:28: error: expected initializer before '<' token typename std::enable_if::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: In member function 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append(std::string)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:140:21: error: 'move' is not a member of 'std' _args.push_back(std::move(arg)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:32: error: 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append' is not a static member of 'class sw::redis::CmdArgs' CmdArgs& CmdArgs::_append(std::false_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:32: error: template definition of non-template 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:27: error: 'false_type' is not a member of 'std' CmdArgs& CmdArgs::_append(std::false_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:44: error: expected primary-expression before 'const' CmdArgs& CmdArgs::_append(std::false_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:70: error: expected primary-expression before '>' token CmdArgs& CmdArgs::_append(std::false_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:153:73: error: 'range' was not declared in this scope CmdArgs& CmdArgs::_append(std::false_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:32: error: 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append' is not a static member of 'class sw::redis::CmdArgs' CmdArgs& CmdArgs::_append(std::true_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:32: error: template definition of non-template 'sw::redis::CmdArgs& sw::redis::CmdArgs::_append' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:27: error: 'true_type' is not a member of 'std' CmdArgs& CmdArgs::_append(std::true_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:43: error: expected primary-expression before 'const' CmdArgs& CmdArgs::_append(std::true_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:69: error: expected primary-expression before '>' token CmdArgs& CmdArgs::_append(std::true_type, const std::pair &range) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:165:72: error: 'range' was not declared in this scope CmdArgs& CmdArgs::_append(std::true_type, const std::pair &range) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::auth(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:37:41: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("AUTH %b", password.data(), password.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:37:58: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("AUTH %b", password.data(), password.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::auth(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:42:26: error: 'const class sw::redis::StringView' has no member named 'data' user.data(), user.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:42:39: error: 'const class sw::redis::StringView' has no member named 'size' user.data(), user.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:43:30: error: 'const class sw::redis::StringView' has no member named 'data' password.data(), password.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:43:47: error: 'const class sw::redis::StringView' has no member named 'size' password.data(), password.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::echo(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:47:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("ECHO %b", msg.data(), msg.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:47:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("ECHO %b", msg.data(), msg.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::ping(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:51:27: error: no matching function for call to 'sw::redis::Connection::send(const char [5])' connection.send("PING"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:51:27: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:51:27: note: candidate expects 2 arguments, 1 provided connection.send("PING"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [5]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::quit(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:55:27: error: no matching function for call to 'sw::redis::Connection::send(const char [5])' connection.send("QUIT"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:55:27: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:55:27: note: candidate expects 2 arguments, 1 provided connection.send("QUIT"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [5]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::ping(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:60:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PING %b", msg.data(), msg.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:60:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PING %b", msg.data(), msg.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::select(sw::redis::Connection&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:64:39: error: no matching function for call to 'sw::redis::Connection::send(const char [12], long long int&)' connection.send("SELECT %lld", idx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:64:39: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 2 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: candidate expects 1 argument, 2 provided In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::swapdb(sw::redis::Connection&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:68:51: error: invalid conversion from 'const char*' to 'int' [-fpermissive] connection.send("SWAPDB %lld %lld", idx1, idx2); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 1 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:68:51: error: invalid conversion from 'long long int' to 'const char**' [-fpermissive] connection.send("SWAPDB %lld %lld", idx1, idx2); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 2 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:68:51: error: invalid conversion from 'long long int' to 'const size_t* {aka const long unsigned int*}' [-fpermissive] connection.send("SWAPDB %lld %lld", idx1, idx2); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 3 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bgrewriteaof(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:74:35: error: no matching function for call to 'sw::redis::Connection::send(const char [13])' connection.send("BGREWRITEAOF"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:74:35: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:74:35: note: candidate expects 2 arguments, 1 provided connection.send("BGREWRITEAOF"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [13]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bgsave(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:78:29: error: no matching function for call to 'sw::redis::Connection::send(const char [7])' connection.send("BGSAVE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:78:29: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:78:29: note: candidate expects 2 arguments, 1 provided connection.send("BGSAVE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [7]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::dbsize(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:82:29: error: no matching function for call to 'sw::redis::Connection::send(const char [7])' connection.send("DBSIZE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:82:29: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:82:29: note: candidate expects 2 arguments, 1 provided connection.send("DBSIZE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [7]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::flushall(sw::redis::Connection&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:87:41: error: no matching function for call to 'sw::redis::Connection::send(const char [15])' connection.send("FLUSHALL ASYNC"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:87:41: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:87:41: note: candidate expects 2 arguments, 1 provided connection.send("FLUSHALL ASYNC"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [15]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:89:35: error: no matching function for call to 'sw::redis::Connection::send(const char [9])' connection.send("FLUSHALL"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:89:35: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:89:35: note: candidate expects 2 arguments, 1 provided connection.send("FLUSHALL"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [9]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::flushdb(sw::redis::Connection&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:95:40: error: no matching function for call to 'sw::redis::Connection::send(const char [14])' connection.send("FLUSHDB ASYNC"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:95:40: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:95:40: note: candidate expects 2 arguments, 1 provided connection.send("FLUSHDB ASYNC"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [14]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:97:34: error: no matching function for call to 'sw::redis::Connection::send(const char [8])' connection.send("FLUSHDB"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:97:34: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:97:34: note: candidate expects 2 arguments, 1 provided connection.send("FLUSHDB"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [8]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::info(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:102:27: error: no matching function for call to 'sw::redis::Connection::send(const char [5])' connection.send("INFO"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:102:27: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:102:27: note: candidate expects 2 arguments, 1 provided connection.send("INFO"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [5]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::info(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:106:40: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("INFO %b", section.data(), section.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:106:56: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("INFO %b", section.data(), section.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lastsave(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:110:31: error: no matching function for call to 'sw::redis::Connection::send(const char [9])' connection.send("LASTSAVE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:110:31: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:110:31: note: candidate expects 2 arguments, 1 provided connection.send("LASTSAVE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [9]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::save(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:114:27: error: no matching function for call to 'sw::redis::Connection::send(const char [5])' connection.send("SAVE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:114:27: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:114:27: note: candidate expects 2 arguments, 1 provided connection.send("SAVE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [5]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::del(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:120:35: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("DEL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:120:47: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("DEL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::dump(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:134:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("DUMP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:134:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("DUMP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::exists(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:138:38: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("EXISTS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:138:50: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("EXISTS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::expire(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:155:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:155:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::expireat(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:163:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:163:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::keys(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:168:40: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("KEYS %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:168:56: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("KEYS %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::move(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:173:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:173:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::persist(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:178:39: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PERSIST %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:178:51: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PERSIST %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pexpire(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:185:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:185:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pexpireat(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:193:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:193:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pttl(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:198:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PTTL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:198:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PTTL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::randomkey(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:202:32: error: no matching function for call to 'sw::redis::Connection::send(const char [10])' connection.send("RANDOMKEY"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:202:32: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:202:32: note: candidate expects 2 arguments, 1 provided connection.send("RANDOMKEY"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [10]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::rename(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:209:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:209:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:210:28: error: 'const class sw::redis::StringView' has no member named 'data' newkey.data(), newkey.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:210:43: error: 'const class sw::redis::StringView' has no member named 'size' newkey.data(), newkey.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::renamenx(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:217:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:217:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:218:28: error: 'const class sw::redis::StringView' has no member named 'data' newkey.data(), newkey.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:218:43: error: 'const class sw::redis::StringView' has no member named 'size' newkey.data(), newkey.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::scan(sw::redis::Connection&, long long int, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:233:29: error: 'const class sw::redis::StringView' has no member named 'data' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:233:45: error: 'const class sw::redis::StringView' has no member named 'size' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::touch(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:238:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("TOUCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:238:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("TOUCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::ttl(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:252:35: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("TTL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:252:47: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("TTL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::type(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:256:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("TYPE %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:256:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("TYPE %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::unlink(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:260:38: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("UNLINK %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:260:50: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("UNLINK %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::wait(sw::redis::Connection&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:274:56: error: invalid conversion from 'const char*' to 'int' [-fpermissive] connection.send("WAIT %lld %lld", numslave, timeout); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 1 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:274:56: error: invalid conversion from 'long long int' to 'const char**' [-fpermissive] connection.send("WAIT %lld %lld", numslave, timeout); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 2 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:274:56: error: invalid conversion from 'long long int' to 'const size_t* {aka const long unsigned int*}' [-fpermissive] connection.send("WAIT %lld %lld", numslave, timeout); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: initializing argument 3 of 'void sw::redis::Connection::send(int, const char**, const size_t*)' void send(int argc, const char **argv, const std::size_t *argv_len); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::append(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:281:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:281:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:282:25: error: 'const class sw::redis::StringView' has no member named 'data' str.data(), str.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:282:37: error: 'const class sw::redis::StringView' has no member named 'size' str.data(), str.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bitcount(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:290:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:290:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bitpos(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:312:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:312:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::decr(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:319:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("DECR %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:319:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("DECR %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::decrby(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:324:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:324:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::get(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:330:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:330:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::getbit(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:335:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:335:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::getrange(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:344:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:344:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::getset(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:353:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:353:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:354:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:354:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::incr(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:358:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("INCR %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:358:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("INCR %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::incrby(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:363:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:363:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::incrbyfloat(sw::redis::Connection&, const sw::redis::StringView&, double)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:369:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:369:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::psetex(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:408:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:408:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:410:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:410:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::setex(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:424:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:424:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:426:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:426:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::setnx(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:433:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:433:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:434:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:434:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::setrange(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:442:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:442:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:444:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:444:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::strlen(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:448:38: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("STRLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:448:50: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("STRLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::blpop(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:455:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:455:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::brpop(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:474:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:474:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::brpoplpush(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:496:28: error: 'const class sw::redis::StringView' has no member named 'data' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:496:43: error: 'const class sw::redis::StringView' has no member named 'size' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:497:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:497:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lindex(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:503:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:503:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::llen(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:515:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("LLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:515:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("LLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lpop(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:520:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:520:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lpush(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:525:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:525:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:526:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:526:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lpushx(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:544:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:544:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:545:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:545:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lrange(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:553:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:553:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lrem(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:563:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:563:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:565:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:565:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::lset(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:573:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:573:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:575:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:575:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::ltrim(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:583:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:583:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::rpop(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:589:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("RPOP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:589:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("RPOP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::rpoplpush(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:596:28: error: 'const class sw::redis::StringView' has no member named 'data' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:596:43: error: 'const class sw::redis::StringView' has no member named 'size' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:597:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:597:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::rpush(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:602:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:602:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:603:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:603:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::rpushx(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:621:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:621:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:622:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:622:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hdel(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:629:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:629:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:630:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:630:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hexists(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:648:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:648:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:649:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:649:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hget(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:654:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:654:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:655:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:655:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hgetall(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:659:39: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("HGETALL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:659:51: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("HGETALL %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hincrby(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:667:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:667:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:668:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:668:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hincrbyfloat(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, double)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:677:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:677:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:678:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:678:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hkeys(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:683:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("HKEYS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:683:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("HKEYS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hlen(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:687:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("HLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:687:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("HLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hscan(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:722:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:722:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:724:29: error: 'const class sw::redis::StringView' has no member named 'data' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:724:45: error: 'const class sw::redis::StringView' has no member named 'size' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hset(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:733:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:733:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:734:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:734:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:735:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:735:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hsetnx(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:753:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:753:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:754:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:754:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:755:25: error: 'const class sw::redis::StringView' has no member named 'data' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:755:37: error: 'const class sw::redis::StringView' has no member named 'size' val.data(), val.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hstrlen(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:762:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:762:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:763:27: error: 'const class sw::redis::StringView' has no member named 'data' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:763:41: error: 'const class sw::redis::StringView' has no member named 'size' field.data(), field.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::hvals(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:767:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("HVALS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:767:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("HVALS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sadd(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:776:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:776:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:777:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:777:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::scard(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:794:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SCARD %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:794:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SCARD %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sdiffstore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:811:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:811:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:812:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:812:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sinterstore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:842:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:842:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:843:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:843:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sismember(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:863:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:863:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:864:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:864:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::smembers(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:868:40: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SMEMBERS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:868:52: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SMEMBERS %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::smove(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:876:28: error: 'const class sw::redis::StringView' has no member named 'data' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:876:43: error: 'const class sw::redis::StringView' has no member named 'size' source.data(), source.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:877:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:877:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:878:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:878:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::spop(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:882:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SPOP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:882:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SPOP %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::spop_range(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:887:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:887:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::srandmember(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:892:43: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SRANDMEMBER %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:892:55: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SRANDMEMBER %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::srandmember_range(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:899:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:899:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::srem(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:907:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:907:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:908:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:908:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sscan(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:930:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:930:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:932:29: error: 'const class sw::redis::StringView' has no member named 'data' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:932:45: error: 'const class sw::redis::StringView' has no member named 'size' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::sunionstore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:950:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:950:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:951:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:951:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bzpopmax(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:970:45: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("BZPOPMAX %b %lld", key.data(), key.size(), timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:970:57: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("BZPOPMAX %b %lld", key.data(), key.size(), timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::bzpopmin(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:987:45: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("BZPOPMIN %b %lld", key.data(), key.size(), timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:987:57: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("BZPOPMIN %b %lld", key.data(), key.size(), timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zadd(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, double, sw::redis::UpdateType, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1017:10: error: 'tmp' does not name a type auto tmp = {std::make_pair(member, score)}; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1019:33: error: 'tmp' was not declared in this scope zadd_range(connection, key, tmp.begin(), tmp.end(), type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zcard(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1023:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("ZCARD %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1023:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("ZCARD %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zcount(sw::redis::Connection&, const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1031:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1031:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zincrby(sw::redis::Connection&, const sw::redis::StringView&, double, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1041:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1041:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1043:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1043:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zinterstore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, double)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1051:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1051:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1052:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1052:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zlexcount(sw::redis::Connection&, const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1067:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1068:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1071:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1071:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1072:25: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1072:37: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1073:25: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1073:37: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zpopmax(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1078:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1078:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zpopmin(sw::redis::Connection&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1084:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1084:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrange(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1095:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1095:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1100:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1100:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrangebylex(sw::redis::Connection&, const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1111:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1112:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1115:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1115:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1116:25: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1116:37: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1117:25: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1117:37: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrangebyscore(sw::redis::Connection&, const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1128:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1129:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1133:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1133:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1134:29: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1134:41: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1135:29: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1135:41: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1140:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1140:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1141:29: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1141:41: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1142:29: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1142:41: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrank(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1152:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1152:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1153:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1153:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrem(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1160:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1160:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1161:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1161:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zremrangebylex(sw::redis::Connection&, const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1181:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1182:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1185:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1185:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1186:25: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1186:37: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1187:25: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1187:37: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zremrangebyrank(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1195:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1195:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zremrangebyscore(sw::redis::Connection&, const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1204:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1205:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1208:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1208:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1209:25: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1209:37: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1210:25: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1210:37: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrevrange(sw::redis::Connection&, const sw::redis::StringView&, long long int, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1220:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1220:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1225:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1225:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrevrangebylex(sw::redis::Connection&, const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1236:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1237:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1240:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1240:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1241:25: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1241:37: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1242:25: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1242:37: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrevrangebyscore(sw::redis::Connection&, const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1253:17: error: ISO C++ forbids declaration of 'min' with no type [-fpermissive] const auto &min = interval.min(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1254:17: error: ISO C++ forbids declaration of 'max' with no type [-fpermissive] const auto &max = interval.max(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1258:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1258:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1259:29: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1259:41: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1260:29: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1260:41: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1265:29: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1265:41: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1266:29: error: request for member 'data' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1266:41: error: request for member 'size' in 'max', which is of non-class type 'const int' max.data(), max.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1267:29: error: request for member 'data' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1267:41: error: request for member 'size' in 'min', which is of non-class type 'const int' min.data(), min.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zrevrank(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1277:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1277:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1278:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1278:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zscan(sw::redis::Connection&, const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1287:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1287:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1289:29: error: 'const class sw::redis::StringView' has no member named 'data' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1289:45: error: 'const class sw::redis::StringView' has no member named 'size' pattern.data(), pattern.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zscore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1297:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1297:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1298:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1298:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zunionstore(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, double)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1306:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1306:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1307:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1307:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pfadd(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1324:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1324:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1325:29: error: 'const class sw::redis::StringView' has no member named 'data' element.data(), element.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1325:45: error: 'const class sw::redis::StringView' has no member named 'size' element.data(), element.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pfcount(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1342:39: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PFCOUNT %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1342:51: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PFCOUNT %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::pfmerge(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1359:33: error: 'const class sw::redis::StringView' has no member named 'data' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1359:53: error: 'const class sw::redis::StringView' has no member named 'size' destination.data(), destination.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1360:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1360:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1380:32: error: 'tuple' in namespace 'std' does not name a template type const std::tuple &member) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1380:37: error: expected ',' or '...' before '<' token const std::tuple &member) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::geoadd(sw::redis::Connection&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1381:17: error: ISO C++ forbids declaration of 'mem' with no type [-fpermissive] const auto &mem = std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1381:23: error: 'get' is not a member of 'std' const auto &mem = std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1381:23: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1381:35: error: 'member' was not declared in this scope const auto &mem = std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1384:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1384:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1385:21: error: 'get' is not a member of 'std' std::get<1>(member), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1385:21: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1386:21: error: 'get' is not a member of 'std' std::get<2>(member), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1386:21: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1387:25: error: request for member 'data' in 'mem', which is of non-class type 'const int' mem.data(), mem.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1387:37: error: request for member 'size' in 'mem', which is of non-class type 'const int' mem.data(), mem.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::geoadd_range(sw::redis::Connection&, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1401:21: error: ISO C++ forbids declaration of 'member' with no type [-fpermissive] const auto &member = *first; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:17: error: 'get' is not a member of 'std' args << std::get<1>(member) << std::get<2>(member) << std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:17: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:40: error: 'get' is not a member of 'std' args << std::get<1>(member) << std::get<2>(member) << std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:40: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:63: error: 'get' is not a member of 'std' args << std::get<1>(member) << std::get<2>(member) << std::get<0>(member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1402:63: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:328:13: note: 'sw::redis::cmd::get' inline void get(Connection &connection, const StringView &key) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::geohash(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1417:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1417:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1418:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1418:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::geopos(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1436:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1436:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1437:28: error: 'const class sw::redis::StringView' has no member named 'data' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1437:43: error: 'const class sw::redis::StringView' has no member named 'size' member.data(), member.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1497:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1497:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::eval(sw::redis::Connection&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1501:42: error: request for member 'size' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' cmd_args << "EVAL" << script << keys.size() ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1502:36: error: request for member 'begin' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' << std::make_pair(keys.begin(), keys.end()) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1502:50: error: request for member 'end' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' << std::make_pair(keys.begin(), keys.end()) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1503:31: error: 'args' was not declared in this scope << std::make_pair(args.begin(), args.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1510:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1510:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::evalsha(sw::redis::Connection&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1514:45: error: request for member 'size' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' cmd_args << "EVALSHA" << script << keys.size() ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1515:36: error: request for member 'begin' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' << std::make_pair(keys.begin(), keys.end()) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1515:50: error: request for member 'end' in 'sw::redis::cmd::keys', which is of non-class type 'void(sw::redis::Connection&, const sw::redis::StringView&)' << std::make_pair(keys.begin(), keys.end()) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1516:31: error: 'args' was not declared in this scope << std::make_pair(args.begin(), args.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::script_exists(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1522:45: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SCRIPT EXISTS %b", sha.data(), sha.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1522:57: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SCRIPT EXISTS %b", sha.data(), sha.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::script_flush(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1536:35: error: no matching function for call to 'sw::redis::Connection::send(const char [13])' connection.send("SCRIPT FLUSH"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1536:35: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1536:35: note: candidate expects 2 arguments, 1 provided connection.send("SCRIPT FLUSH"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [13]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::script_kill(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1540:34: error: no matching function for call to 'sw::redis::Connection::send(const char [12])' connection.send("SCRIPT KILL"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1540:34: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1540:34: note: candidate expects 2 arguments, 1 provided connection.send("SCRIPT KILL"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [12]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::script_load(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1544:46: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SCRIPT LOAD %b", script.data(), script.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1544:61: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SCRIPT LOAD %b", script.data(), script.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::psubscribe(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1550:46: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PSUBSCRIBE %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1550:62: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PSUBSCRIBE %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::publish(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1569:29: error: 'const class sw::redis::StringView' has no member named 'data' channel.data(), channel.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1569:45: error: 'const class sw::redis::StringView' has no member named 'size' channel.data(), channel.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1570:29: error: 'const class sw::redis::StringView' has no member named 'data' message.data(), message.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1570:45: error: 'const class sw::redis::StringView' has no member named 'size' message.data(), message.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::punsubscribe(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1574:35: error: no matching function for call to 'sw::redis::Connection::send(const char [13])' connection.send("PUNSUBSCRIBE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1574:35: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1574:35: note: candidate expects 2 arguments, 1 provided connection.send("PUNSUBSCRIBE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [13]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::punsubscribe(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1578:48: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("PUNSUBSCRIBE %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1578:64: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("PUNSUBSCRIBE %b", pattern.data(), pattern.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::subscribe(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1594:45: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("SUBSCRIBE %b", channel.data(), channel.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1594:61: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("SUBSCRIBE %b", channel.data(), channel.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::unsubscribe(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1610:34: error: no matching function for call to 'sw::redis::Connection::send(const char [12])' connection.send("UNSUBSCRIBE"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1610:34: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1610:34: note: candidate expects 2 arguments, 1 provided connection.send("UNSUBSCRIBE"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [12]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::unsubscribe(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1614:47: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("UNSUBSCRIBE %b", channel.data(), channel.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1614:63: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("UNSUBSCRIBE %b", channel.data(), channel.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::discard(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1632:30: error: no matching function for call to 'sw::redis::Connection::send(const char [8])' connection.send("DISCARD"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1632:30: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1632:30: note: candidate expects 2 arguments, 1 provided connection.send("DISCARD"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [8]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::exec(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1636:27: error: no matching function for call to 'sw::redis::Connection::send(const char [5])' connection.send("EXEC"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1636:27: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1636:27: note: candidate expects 2 arguments, 1 provided connection.send("EXEC"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [5]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::multi(sw::redis::Connection&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1640:28: error: no matching function for call to 'sw::redis::Connection::send(const char [6])' connection.send("MULTI"); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1640:28: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template void sw::redis::Connection::send(const char*, ) void send(const char *format, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:138:10: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1640:28: note: candidate expects 2 arguments, 1 provided connection.send("MULTI"); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: void sw::redis::Connection::send(int, const char**, const size_t*) void send(int argc, const char **argv, const std::size_t *argv_len); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:140:10: note: candidate expects 3 arguments, 1 provided /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: void sw::redis::Connection::send(sw::redis::CmdArgs&) void send(CmdArgs &args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:142:10: note: no known conversion for argument 1 from 'const char [6]' to 'sw::redis::CmdArgs&' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::unwatch(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1644:39: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("UNWATCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1644:51: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("UNWATCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::watch(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1660:37: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("WATCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1660:49: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("WATCH %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xack(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1682:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1682:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1683:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1683:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1684:24: error: 'const class sw::redis::StringView' has no member named 'data' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1684:35: error: 'const class sw::redis::StringView' has no member named 'size' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xadd_maxlen_range(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, Input, Input, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1726:10: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') args << count << id << std::make_pair(first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1726:10: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1726:13: note: couldn't deduce template parameter '' args << count << id << std::make_pair(first, last); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1726:13: note: mismatched types 'const std::pair' and 'long long int' args << count << id << std::make_pair(first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xclaim(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1738:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1738:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1739:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1739:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1740:30: error: 'const class sw::redis::StringView' has no member named 'data' consumer.data(), consumer.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1740:47: error: 'const class sw::redis::StringView' has no member named 'size' consumer.data(), consumer.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1742:24: error: 'const class sw::redis::StringView' has no member named 'data' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1742:35: error: 'const class sw::redis::StringView' has no member named 'size' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xclaim_range(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1754:50: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') args << "XCLAIM" << key << group << consumer << min_idle_time << std::make_pair(first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1754:50: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1754:53: note: couldn't deduce template parameter '' args << "XCLAIM" << key << group << consumer << min_idle_time << std::make_pair(first, last); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1754:53: note: mismatched types 'const std::pair' and 'long long int' args << "XCLAIM" << key << group << consumer << min_idle_time << std::make_pair(first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xdel(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1760:39: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("XDEL %b %b", key.data(), key.size(), id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1760:51: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("XDEL %b %b", key.data(), key.size(), id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1760:62: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("XDEL %b %b", key.data(), key.size(), id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1760:73: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("XDEL %b %b", key.data(), key.size(), id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xgroup_setid(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1791:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1791:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1792:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1792:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1793:24: error: 'const class sw::redis::StringView' has no member named 'data' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1793:35: error: 'const class sw::redis::StringView' has no member named 'size' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xgroup_destroy(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1800:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1800:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1801:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1801:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xgroup_delconsumer(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1809:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1809:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1810:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1810:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1811:30: error: 'const class sw::redis::StringView' has no member named 'data' consumer.data(), consumer.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1811:47: error: 'const class sw::redis::StringView' has no member named 'size' consumer.data(), consumer.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xlen(sw::redis::Connection&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1815:36: error: 'const class sw::redis::StringView' has no member named 'data' connection.send("XLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1815:48: error: 'const class sw::redis::StringView' has no member named 'size' connection.send("XLEN %b", key.data(), key.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xpending(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1820:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1820:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1821:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1821:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xpending_detail(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1831:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1831:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1832:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1832:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1833:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1833:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1834:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1834:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xpending_per_consumer(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1846:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1846:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1847:27: error: 'const class sw::redis::StringView' has no member named 'data' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1847:41: error: 'const class sw::redis::StringView' has no member named 'size' group.data(), group.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1848:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1848:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1849:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1849:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1851:30: error: 'const class sw::redis::StringView' has no member named 'data' consumer.data(), consumer.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1851:47: error: 'const class sw::redis::StringView' has no member named 'size' consumer.data(), consumer.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xrange(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1859:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1859:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1860:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1860:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1861:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1861:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xrange_count(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1870:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1870:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1871:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1871:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1872:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1872:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xread(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1882:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1882:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1883:24: error: 'const class sw::redis::StringView' has no member named 'data' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1883:35: error: 'const class sw::redis::StringView' has no member named 'size' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xread_range(sw::redis::Connection&, Input, Input, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1889:32: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') args << "XREAD" << "COUNT" << count << "STREAMS"; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1889:32: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1889:35: note: couldn't deduce template parameter '' args << "XREAD" << "COUNT" << count << "STREAMS"; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1889:35: note: mismatched types 'const std::pair' and 'long long int' args << "XREAD" << "COUNT" << count << "STREAMS"; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1891:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1891:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1891:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1895:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1895:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1895:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xread_block(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1910:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1910:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1911:24: error: 'const class sw::redis::StringView' has no member named 'data' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1911:35: error: 'const class sw::redis::StringView' has no member named 'size' id.data(), id.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xread_block_range(sw::redis::Connection&, Input, Input, long long int, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1921:32: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') args << "XREAD" << "COUNT" << count << "BLOCK" << timeout << "STREAMS"; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1921:32: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1921:35: note: couldn't deduce template parameter '' args << "XREAD" << "COUNT" << count << "BLOCK" << timeout << "STREAMS"; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1921:35: note: mismatched types 'const std::pair' and 'long long int' args << "XREAD" << "COUNT" << count << "BLOCK" << timeout << "STREAMS"; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1923:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1923:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1923:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1927:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1927:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1927:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xreadgroup(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1942:72: error: invalid user-defined conversion from 'long long int' to 'const sw::redis::StringView&' [-fpermissive] args << "XREADGROUP" << "GROUP" << group << consumer << "COUNT" << count; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: candidate is: sw::redis::StringView::StringView(const char*) StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: no known conversion for argument 1 from 'long long int' to 'const char*' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1942:72: error: invalid conversion from 'long long int' to 'const char*' [-fpermissive] args << "XREADGROUP" << "GROUP" << group << consumer << "COUNT" << count; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: initializing argument 1 of 'sw::redis::StringView::StringView(const char*)' StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xreadgroup_range(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, Input, Input, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1962:69: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') args << "XREADGROUP" << "GROUP" << group << consumer << "COUNT" << count; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1962:69: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1962:72: note: couldn't deduce template parameter '' args << "XREADGROUP" << "GROUP" << group << consumer << "COUNT" << count; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1962:72: note: mismatched types 'const std::pair' and 'long long int' args << "XREADGROUP" << "GROUP" << group << consumer << "COUNT" << count; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1970:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1970:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1970:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1974:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1974:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1974:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xreadgroup_block(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1991:23: error: invalid user-defined conversion from 'long long int' to 'const sw::redis::StringView&' [-fpermissive] << "COUNT" << count << "BLOCK" << timeout; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: candidate is: sw::redis::StringView::StringView(const char*) StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: no known conversion for argument 1 from 'long long int' to 'const char*' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1991:23: error: invalid conversion from 'long long int' to 'const char*' [-fpermissive] << "COUNT" << count << "BLOCK" << timeout; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: initializing argument 1 of 'sw::redis::StringView::StringView(const char*)' StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1991:43: error: invalid user-defined conversion from 'long long int' to 'const sw::redis::StringView&' [-fpermissive] << "COUNT" << count << "BLOCK" << timeout; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: candidate is: sw::redis::StringView::StringView(const char*) StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: no known conversion for argument 1 from 'long long int' to 'const char*' In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1991:43: error: invalid conversion from 'long long int' to 'const char*' [-fpermissive] << "COUNT" << count << "BLOCK" << timeout; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:62:5: note: initializing argument 1 of 'sw::redis::StringView::StringView(const char*)' StringView(const char *data) : _data(data), _size(std::strlen(data)) {} ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xreadgroup_block_range(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, Input, Input, long long int, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2013:20: error: no match for 'operator<<' (operand types are 'sw::redis::CmdArgs' and 'long long int') << "COUNT" << count << "BLOCK" << timeout; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2013:20: note: candidates are: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const sw::redis::StringView&) inline CmdArgs& CmdArgs::operator<<(const StringView &arg) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:112:17: note: no known conversion for argument 1 from 'long long int' to 'const sw::redis::StringView&' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template > sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(T) CmdArgs& operator<<(T &&arg); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:44:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2013:23: note: couldn't deduce template parameter '' << "COUNT" << count << "BLOCK" << timeout; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:26:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template sw::redis::CmdArgs& sw::redis::CmdArgs::operator<<(const std::pair&) CmdArgs& operator<<(const std::pair &range); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command_args.h:47:14: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2013:23: note: mismatched types 'const std::pair' and 'long long int' << "COUNT" << count << "BLOCK" << timeout; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2021:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2021:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2021:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2025:15: error: 'iter' does not name a type for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2025:29: error: expected ';' before 'iter' for (auto iter = first; iter != last; ++iter) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2025:29: error: 'iter' was not declared in this scope /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xrevrange(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2037:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2037:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2038:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2038:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2039:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2039:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::xrevrange_count(sw::redis::Connection&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2048:25: error: 'const class sw::redis::StringView' has no member named 'data' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2048:37: error: 'const class sw::redis::StringView' has no member named 'size' key.data(), key.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2049:25: error: 'const class sw::redis::StringView' has no member named 'data' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2049:37: error: 'const class sw::redis::StringView' has no member named 'size' end.data(), end.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2050:27: error: 'const class sw::redis::StringView' has no member named 'data' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2050:41: error: 'const class sw::redis::StringView' has no member named 'size' start.data(), start.size(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2065:23: error: variable or field 'zinterstore' declared void void zinterstore(std::false_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2065:18: error: 'false_type' is not a member of 'std' void zinterstore(std::false_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2066:32: error: expected primary-expression before '&' token Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2066:33: error: 'connection' was not declared in this scope Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2067:21: error: expected primary-expression before 'const' const StringView &destination, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2068:27: error: expected primary-expression before 'first' Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2069:27: error: expected primary-expression before 'last' Input last, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2070:33: error: expected primary-expression before 'aggr' Aggregation aggr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2081:23: error: variable or field 'zinterstore' declared void void zinterstore(std::true_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2081:18: error: 'true_type' is not a member of 'std' void zinterstore(std::true_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2082:32: error: expected primary-expression before '&' token Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2082:33: error: 'connection' was not declared in this scope Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2083:21: error: expected primary-expression before 'const' const StringView &destination, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2084:27: error: expected primary-expression before 'first' Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2085:27: error: expected primary-expression before 'last' Input last, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2086:33: error: expected primary-expression before 'aggr' Aggregation aggr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2106:23: error: variable or field 'zunionstore' declared void void zunionstore(std::false_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2106:18: error: 'false_type' is not a member of 'std' void zunionstore(std::false_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2107:32: error: expected primary-expression before '&' token Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2107:33: error: 'connection' was not declared in this scope Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2108:21: error: expected primary-expression before 'const' const StringView &destination, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2109:27: error: expected primary-expression before 'first' Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2110:27: error: expected primary-expression before 'last' Input last, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2111:33: error: expected primary-expression before 'aggr' Aggregation aggr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2122:23: error: variable or field 'zunionstore' declared void void zunionstore(std::true_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2122:18: error: 'true_type' is not a member of 'std' void zunionstore(std::true_type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2123:32: error: expected primary-expression before '&' token Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2123:33: error: 'connection' was not declared in this scope Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2124:21: error: expected primary-expression before 'const' const StringView &destination, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2125:27: error: expected primary-expression before 'first' Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2126:27: error: expected primary-expression before 'last' Input last, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2127:33: error: expected primary-expression before 'aggr' Aggregation aggr) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zinterstore_range(sw::redis::Connection&, const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2231:5: error: 'zinterstore' is not a member of 'sw::redis::cmd::detail' detail::zinterstore(typename IsKvPairIter::type(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2231:5: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1046:13: note: 'sw::redis::cmd::zinterstore' inline void zinterstore(Connection &connection, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h: In function 'void sw::redis::cmd::zunionstore_range(sw::redis::Connection&, const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2247:5: error: 'zunionstore' is not a member of 'sw::redis::cmd::detail' detail::zunionstore(typename IsKvPairIter::type(), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:2247:5: note: suggested alternative: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:1301:13: note: 'sw::redis::cmd::zunionstore' inline void zunionstore(Connection &connection, ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:65:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Subscriber(const Subscriber &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:66:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Subscriber& operator=(const Subscriber &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:68:27: error: expected ',' or '...' before '&&' token Subscriber(Subscriber &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:68:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Subscriber(Subscriber &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:68:33: error: invalid constructor; you probably meant 'sw::redis::Subscriber (const sw::redis::Subscriber&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:69:38: error: expected ',' or '...' before '&&' token Subscriber& operator=(Subscriber &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:69:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Subscriber& operator=(Subscriber &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:71:21: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~Subscriber() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:73:5: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class MsgType { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:97:25: error: 'std::initializer_list' has not been declared void subscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:97:41: error: expected ',' or '...' before '<' token void subscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:109:27: error: 'std::initializer_list' has not been declared void unsubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:109:43: error: expected ',' or '...' before '<' token void unsubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:119:26: error: 'std::initializer_list' has not been declared void psubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:119:42: error: expected ',' or '...' before '<' token void psubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:131:28: error: 'std::initializer_list' has not been declared void punsubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:131:44: error: expected ',' or '...' before '<' token void punsubscribe(std::initializer_list channels) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:154:11: error: expected nested-name-specifier before 'MsgCallback' using MsgCallback = std::function; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:156:11: error: expected nested-name-specifier before 'PatternMsgCallback' using PatternMsgCallback = std::function; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:165:18: error: 'TypeIndex' does not name a type static const TypeIndex _msg_type_index; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:169:5: error: 'MsgCallback' does not name a type MsgCallback _msg_callback = nullptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:171:5: error: 'PatternMsgCallback' does not name a type PatternMsgCallback _pmsg_callback = nullptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:173:5: error: 'MetaCallback' does not name a type MetaCallback _meta_callback = nullptr; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:69:17: error: defaulted declaration 'sw::redis::Subscriber& sw::redis::Subscriber::operator=(sw::redis::Subscriber)' Subscriber& operator=(Subscriber &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:69:17: error: does not match expected signature 'sw::redis::Subscriber& sw::redis::Subscriber::operator=(sw::redis::Subscriber&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::subscribe(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:98:19: error: 'channels' was not declared in this scope subscribe(channels.begin(), channels.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::unsubscribe(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:110:21: error: 'channels' was not declared in this scope unsubscribe(channels.begin(), channels.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::psubscribe(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:120:20: error: 'channels' was not declared in this scope psubscribe(channels.begin(), channels.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::punsubscribe(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:132:22: error: 'channels' was not declared in this scope punsubscribe(channels.begin(), channels.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::on_message(MsgCb)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:178:5: error: '_msg_callback' was not declared in this scope _msg_callback = msg_callback; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::on_pmessage(PMsgCb)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:183:5: error: '_pmsg_callback' was not declared in this scope _pmsg_callback = pmsg_callback; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h: In member function 'void sw::redis::Subscriber::on_meta(MetaCb)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:188:5: error: '_meta_callback' was not declared in this scope _meta_callback = meta_callback; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:30:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:30:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:31:56: error: expected ',' or '...' before '&&' token void command(Connection &connection, Cmd cmd, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:31:65: error: parameter packs not expanded with '...': void command(Connection &connection, Cmd cmd, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:31:65: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:37:17: error: 'ReplyUPtr' was not declared in this scope std::vector exec(Connection &connection, std::size_t cmd_num); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:37:26: error: template argument 1 is invalid std::vector exec(Connection &connection, std::size_t cmd_num); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:37:26: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h: In member function 'void sw::redis::PipelineImpl::command(sw::redis::Connection&, Cmd, )': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:34:25: error: 'forward' is not a member of 'std' cmd(connection, std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:34:42: error: expected primary-expression before '>' token cmd(connection, std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/pipeline.h:34:44: error: 'args' was not declared in this scope cmd(connection, std::forward(args)...); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:31:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:33:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:34:56: error: expected ',' or '...' before '&&' token void command(Connection &connection, Cmd cmd, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:34:65: error: parameter packs not expanded with '...': void command(Connection &connection, Cmd cmd, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:34:65: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:36:17: error: 'ReplyUPtr' was not declared in this scope std::vector exec(Connection &connection, std::size_t cmd_num); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:36:26: error: template argument 1 is invalid std::vector exec(Connection &connection, std::size_t cmd_num); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:36:26: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:49:17: error: 'ReplyUPtr' was not declared in this scope std::vector _exec(Connection &connection); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:49:26: error: template argument 1 is invalid std::vector _exec(Connection &connection); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:49:26: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:53:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool _in_transaction = false; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:58:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:59:69: error: expected ',' or '...' before '&&' token void TransactionImpl::command(Connection &connection, Cmd cmd, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:59:6: error: prototype for 'void sw::redis::TransactionImpl::command(sw::redis::Connection&, Cmd, Args)' does not match any in class 'sw::redis::TransactionImpl' void TransactionImpl::command(Connection &connection, Cmd cmd, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/transaction.h:34:10: error: candidate is: template void sw::redis::TransactionImpl::command(sw::redis::Connection&, Cmd, ) void command(Connection &connection, Cmd cmd, Args &&...args); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:41:7: error: expected nested-name-specifier before 'Transaction' using Transaction = QueuedRedis; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:43:7: error: expected nested-name-specifier before 'Pipeline' using Pipeline = QueuedRedis; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:76:22: error: 'shared_ptr' in namespace 'std' does not name a template type Redis(const std::shared_ptr &sentinel, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:76:32: error: expected ',' or '...' before '<' token Redis(const std::shared_ptr &sentinel, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:86:28: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Redis(const Redis &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:89:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Redis& operator=(const Redis &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:92:17: error: expected ',' or '...' before '&&' token Redis(Redis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:92:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Redis(Redis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:92:23: error: invalid constructor; you probably meant 'sw::redis::Redis (const sw::redis::Redis&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:95:28: error: expected ',' or '...' before '&&' token Redis& operator=(Redis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:95:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Redis& operator=(Redis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:104:5: error: 'Pipeline' does not name a type Pipeline pipeline(bool new_connection = true); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:114:5: error: 'Transaction' does not name a type Transaction transaction(bool piped = false, bool new_connection = true); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:124:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:125:32: error: expected ',' or '...' before '&&' token auto command(Cmd cmd, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:126:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:126:35: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:128:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:129:51: error: expected ',' or '...' before '&&' token auto command(const StringView &cmd_name, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:130:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:130:35: error: expected initializer before '<' token -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:133:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:134:51: error: expected ',' or '...' before '&&' token auto command(const StringView &cmd_name, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:135:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:135:35: error: expected initializer before '<' token -> typename std::enable_if::type>::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:137:41: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:138:53: error: expected ',' or '...' before '&&' token Result command(const StringView &cmd_name, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:138:62: error: parameter packs not expanded with '...': Result command(const StringView &cmd_name, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:138:62: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:142:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:142:35: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:146:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, Result>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:146:35: error: expected initializer before '<' token -> typename std::enable_if::value, Result>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:150:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:150:35: error: expected initializer before '<' token -> typename std::enable_if::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:285:24: error: 'std::initializer_list' has not been declared long long del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:285:40: error: expected ',' or '...' before '<' token long long del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:294:5: error: 'OptionalString' does not name a type OptionalString dump(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:317:27: error: 'std::initializer_list' has not been declared long long exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:317:43: error: expected ',' or '...' before '<' token long long exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:51: error: 'chrono' in namespace 'std' does not name a type bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:67: error: expected unqualified-id before '&' token bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:67: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:59: error: expected ';' at end of member declaration bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:75: error: expected unqualified-id before ')' token bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:356:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:559:42: error: expected ',' or '...' before '<' token long long touch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:572:40: error: 'long long int sw::redis::Redis::ttl(const sw::redis::StringView&)' conflicts with a previous declaration long long ttl(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:472:87: note: previous declaration 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:601:27: error: 'std::initializer_list' has not been declared long long unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:601:43: error: expected ',' or '...' before '<' token long long unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:52: error: 'chrono' in namespace 'std' does not name a type long long wait(long long numslaves, const std::chrono::milliseconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:73: error: expected unqualified-id before '&' token long long wait(long long numslaves, const std::chrono::milliseconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:73: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:60: error: expected ';' at end of member declaration long long wait(long long numslaves, const std::chrono::milliseconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:74: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] long long wait(long long numslaves, const std::chrono::milliseconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:74: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:74: error: redeclaration of 'int& sw::redis::Redis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: note: previous declaration 'int& sw::redis::Redis::timeout' bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:622:81: error: expected unqualified-id before ')' token long long wait(long long numslaves, const std::chrono::milliseconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:672:67: error: 'std::initializer_list' has not been declared long long bitop(BitOp op, const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:672:83: error: expected ',' or '...' before '<' token long long bitop(BitOp op, const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:715:5: error: 'OptionalString' does not name a type OptionalString get(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:739:5: error: 'OptionalString' does not name a type OptionalString getset(const StringView &key, const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:805:20: error: 'std::initializer_list' has not been declared void mget(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:805:36: error: expected ',' or '...' before '<' token void mget(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:833:20: error: 'std::initializer_list' has not been declared void mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:833:36: error: expected ',' or '...' before '<' token void mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:867:22: error: 'std::initializer_list' has not been declared bool msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:867:38: error: expected ',' or '...' before '<' token bool msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:36: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:50: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:886:53: error: redeclaration of 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:472:87: note: previous declaration 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:887:17: error: expected unqualified-id before 'const' const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:36: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:83: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:83: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:84: error: redeclaration of 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:472:87: note: previous declaration 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:918:17: error: ISO C++ forbids declaration of 'UpdateType' with no type [-fpermissive] UpdateType type = UpdateType::ALWAYS); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:918:17: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:918:28: error: 'type' does not name a type UpdateType type = UpdateType::ALWAYS); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:44: error: expected unqualified-id before '&' token const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:44: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:36: error: expected ';' at end of member declaration const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:45: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:937:48: error: redeclaration of 'int& sw::redis::Redis::ttl' const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:472:87: note: previous declaration 'int& sw::redis::Redis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:938:17: error: expected unqualified-id before 'const' const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:973:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(const StringView &key, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:982:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:983:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:994:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(Input first, Input last, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1004:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1017:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1019:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1029:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1030:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1041:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(const StringView &key, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1050:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1051:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1062:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(Input first, Input last, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1072:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1085:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1087:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1097:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1098:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1110:5: error: 'OptionalString' does not name a type OptionalString brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1122:5: error: 'OptionalString' does not name a type OptionalString brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1124:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1131:5: error: 'OptionalString' does not name a type OptionalString lindex(const StringView &key, long long index); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1177:5: error: 'OptionalString' does not name a type OptionalString lpop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1212:49: error: 'std::initializer_list' has not been declared long long lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1212:65: error: expected ',' or '...' before '<' token long long lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1268:5: error: 'OptionalString' does not name a type OptionalString rpop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1276:5: error: 'OptionalString' does not name a type OptionalString rpoplpush(const StringView &source, const StringView &destination); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1300:49: error: 'std::initializer_list' has not been declared long long rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1300:65: error: expected ',' or '...' before '<' token long long rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1337:48: error: 'std::initializer_list' has not been declared long long hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1337:64: error: expected ',' or '...' before '<' token long long hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1356:5: error: 'OptionalString' does not name a type OptionalString hget(const StringView &key, const StringView &field); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1451:44: error: 'std::initializer_list' has not been declared void hmget(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1451:60: error: expected ',' or '...' before '<' token void hmget(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1479:44: error: 'std::initializer_list' has not been declared void hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1479:60: error: expected ',' or '...' before '<' token void hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1588:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, long long>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1588:35: error: expected initializer before '<' token -> typename std::enable_if::value, long long>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1601:48: error: 'std::initializer_list' has not been declared long long hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1601:64: error: expected ',' or '...' before '<' token long long hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1666:48: error: 'std::initializer_list' has not been declared long long sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1666:64: error: expected ',' or '...' before '<' token long long sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1690:21: error: 'std::initializer_list' has not been declared void sdiff(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1690:37: error: expected ',' or '...' before '<' token void sdiff(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1719:34: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1719:50: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1737:22: error: 'std::initializer_list' has not been declared void sinter(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1737:38: error: expected ',' or '...' before '<' token void sinter(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1766:34: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1766:50: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1811:5: error: 'OptionalString' does not name a type OptionalString spop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1836:5: error: 'OptionalString' does not name a type OptionalString srandmember(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1872:48: error: 'std::initializer_list' has not been declared long long srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1872:64: error: expected ',' or '...' before '<' token long long srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1955:22: error: 'std::initializer_list' has not been declared void sunion(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1955:38: error: expected ',' or '...' before '<' token void sunion(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1981:63: error: 'std::initializer_list' has not been declared long long sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1981:79: error: expected ',' or '...' before '<' token long long sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:12: error: ISO C++ forbids declaration of 'bzpopmax' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:12: error: storage class specified for 'bzpopmax' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:12: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:12: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1996:20: error: expected unqualified-id before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:48: error: ISO C++ forbids declaration of 'bzpopmax' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:48: error: storage class specified for 'bzpopmax' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:40: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:81: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:81: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:81: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:81: error: redeclaration of 'int& sw::redis::Redis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: note: previous declaration 'int& sw::redis::Redis::timeout' bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2021:20: error: expected initializer before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2035:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2035:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2035:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2035:48: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2035:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2047:24: error: 'std::initializer_list' has not been declared auto bzpopmax(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2047:40: error: expected ',' or '...' before '<' token auto bzpopmax(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2048:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2061:24: error: 'std::initializer_list' has not been declared auto bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2061:40: error: expected ',' or '...' before '<' token auto bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2063:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:12: error: ISO C++ forbids declaration of 'bzpopmin' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:12: error: storage class specified for 'bzpopmin' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:12: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:12: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2076:20: error: expected unqualified-id before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:48: error: ISO C++ forbids declaration of 'bzpopmin' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:48: error: storage class specified for 'bzpopmin' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:40: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:81: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:81: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:81: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:81: error: redeclaration of 'int& sw::redis::Redis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: note: previous declaration 'int& sw::redis::Redis::timeout' bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2101:20: error: expected initializer before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2115:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2115:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2115:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2115:48: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2115:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2127:24: error: 'std::initializer_list' has not been declared auto bzpopmin(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2127:40: error: expected ',' or '...' before '<' token auto bzpopmin(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2128:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2141:24: error: 'std::initializer_list' has not been declared auto bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2141:40: error: expected ',' or '...' before '<' token auto bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2143:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2164:21: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2191:21: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2215:26: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2215:42: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2352:34: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2352:50: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2400:43: error: '>>' should be '> >' within a nested template argument list Optional> zpopmax(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2419:43: error: '>>' should be '> >' within a nested template argument list Optional> zpopmin(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2585:5: error: 'OptionalLongLong' does not name a type OptionalLongLong zrank(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2611:48: error: 'std::initializer_list' has not been declared long long zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2611:64: error: expected ',' or '...' before '<' token long long zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2801:5: error: 'OptionalLongLong' does not name a type OptionalLongLong zrevrank(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2874:5: error: 'OptionalDouble' does not name a type OptionalDouble zscore(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2957:34: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2957:50: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3001:44: error: 'std::initializer_list' has not been declared bool pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3001:60: error: expected ',' or '...' before '<' token bool pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3011:28: error: 'std::initializer_list' has not been declared long long pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3011:44: error: expected ',' or '...' before '<' token long long pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3021:54: error: 'std::initializer_list' has not been declared void pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3021:70: error: expected ',' or '...' before '<' token void pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3028:36: error: 'tuple' in namespace 'std' does not name a template type const std::tuple &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3028:41: error: expected ',' or '...' before '<' token const std::tuple &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3037:30: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3037:46: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3041:5: error: 'OptionalDouble' does not name a type OptionalDouble geodist(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3046:5: error: 'OptionalString' does not name a type OptionalString geohash(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3052:46: error: 'std::initializer_list' has not been declared void geohash(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3052:62: error: expected ',' or '...' before '<' token void geohash(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3056:38: error: '>>' should be '> >' within a nested template argument list Optional> geopos(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3062:45: error: 'std::initializer_list' has not been declared void geopos(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3062:61: error: expected ',' or '...' before '<' token void geopos(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3070:5: error: 'OptionalLongLong' does not name a type OptionalLongLong georadius(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3120:5: error: 'OptionalLongLong' does not name a type OptionalLongLong georadiusbymember(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3142:22: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3142:38: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3147:22: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3147:38: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3153:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3153:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3158:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3158:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3174:29: error: 'std::initializer_list' has not been declared void script_exists(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3174:45: error: expected ',' or '...' before '<' token void script_exists(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3195:21: error: 'std::initializer_list' has not been declared void watch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3195:37: error: expected ',' or '...' before '<' token void watch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3207:73: error: 'std::initializer_list' has not been declared long long xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3207:89: error: expected ',' or '...' before '<' token long long xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3215:72: error: 'std::initializer_list' has not been declared std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3215:88: error: expected ',' or '...' before '<' token std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3230:30: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3230:46: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3228:17: error: 'template std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' cannot be overloaded std::string xadd(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3215:17: error: with 'template std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3240:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3240:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3240:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3240:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3248:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3248:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3248:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3248:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3257:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3257:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3257:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3257:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3269:48: error: 'std::initializer_list' has not been declared long long xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3269:64: error: expected ',' or '...' before '<' token long long xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3290:17: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3290:22: error: expected initializer before '<' token -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3337:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3337:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3341:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3341:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3348:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3348:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3348:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3348:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3355:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3355:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3355:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3355:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3363:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3363:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3363:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3363:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3371:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3371:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3371:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3371:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3413:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3413:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3422:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3422:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3432:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3432:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3441:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3441:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3441:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3441:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3451:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3451:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3451:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3451:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3462:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3462:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3462:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3462:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3472:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3472:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3472:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3472:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3483:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3483:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3483:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3483:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3495:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3495:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3495:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3495:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3523:26: error: 'GuardedConnectionSPtr' does not name a type explicit Redis(const GuardedConnectionSPtr &connection); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3525:30: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3525:43: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3526:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(const StringView &cmd_name, const IndexSequence &, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3530:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3531:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(Connection &connection, Cmd cmd, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3533:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3534:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(std::true_type, Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3536:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3537:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(std::false_type, Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3539:55: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3540:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3545:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr _pool; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3551:5: error: 'GuardedConnectionSPtr' does not name a type GuardedConnectionSPtr _connection; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:95:12: error: defaulted declaration 'sw::redis::Redis& sw::redis::Redis::operator=(sw::redis::Redis)' Redis& operator=(Redis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:95:12: error: does not match expected signature 'sw::redis::Redis& sw::redis::Redis::operator=(sw::redis::Redis&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:54:55: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 const ConnectionPoolOptions &pool_opts = {}) : ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:54:55: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2164:39: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2191:39: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2320:48: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2925:48: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:472:65: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:917:61: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2007:64: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2087:64: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In constructor 'sw::redis::Redis::Redis(const sw::redis::ConnectionOptions&, const sw::redis::ConnectionPoolOptions&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:55:17: error: class 'sw::redis::Redis' does not have any field named '_pool' _pool(std::make_shared(pool_opts, connection_opts)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:55:23: error: 'make_shared' is not a member of 'std' _pool(std::make_shared(pool_opts, connection_opts)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:55:54: error: expected primary-expression before '>' token _pool(std::make_shared(pool_opts, connection_opts)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:53:14: error: uninitialized reference member in 'int&' [-fpermissive] explicit Redis(const ConnectionOptions &connection_opts, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: note: 'int& sw::redis::Redis::timeout' should be initialized bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In constructor 'sw::redis::Redis::Redis(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:17: error: class 'sw::redis::Redis' does not have any field named '_pool' _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:23: error: 'make_shared' is not a member of 'std' _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:54: error: expected primary-expression before '>' token _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:71: error: 'sentinel' was not declared in this scope _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:81: error: 'master_name' was not declared in this scope _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:81:94: error: 'role' was not declared in this scope _pool(std::make_shared(SimpleSentinel(sentinel, master_name, role), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:82:57: error: 'pool_opts' was not declared in this scope pool_opts, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:83:57: error: 'connection_opts' was not declared in this scope connection_opts)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:76:5: error: uninitialized reference member in 'int&' [-fpermissive] Redis(const std::shared_ptr &sentinel, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:337:68: note: 'int& sw::redis::Redis::timeout' should be initialized bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::del(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:286:20: error: 'il' was not declared in this scope return del(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::exists(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:318:23: error: 'il' was not declared in this scope return exists(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::touch(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:560:22: error: 'il' was not declared in this scope return touch(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::unlink(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:602:23: error: 'il' was not declared in this scope return unlink(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::bitop(sw::redis::BitOp, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:673:39: error: 'il' was not declared in this scope return bitop(op, destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::mget(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:806:14: error: 'il' was not declared in this scope mget(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:806:36: error: 'output' was not declared in this scope mget(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::mset(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:834:14: error: 'il' was not declared in this scope mset(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'bool sw::redis::Redis::msetnx(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:868:23: error: 'il' was not declared in this scope return msetnx(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::lpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1213:27: error: 'il' was not declared in this scope return lpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::rpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1301:27: error: 'il' was not declared in this scope return rpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::hdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1338:26: error: 'il' was not declared in this scope return hdel(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::hmget(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1452:20: error: 'il' was not declared in this scope hmget(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1452:42: error: 'output' was not declared in this scope hmget(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::hmset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1480:20: error: 'il' was not declared in this scope hmset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::hset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1602:26: error: 'il' was not declared in this scope return hset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::sadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1667:26: error: 'il' was not declared in this scope return sadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::sdiff(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1691:15: error: 'il' was not declared in this scope sdiff(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1691:37: error: 'output' was not declared in this scope sdiff(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::sdiffstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1720:40: error: 'il' was not declared in this scope return sdiffstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::sinter(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1738:16: error: 'il' was not declared in this scope sinter(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1738:38: error: 'output' was not declared in this scope sinter(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::sinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1767:41: error: 'il' was not declared in this scope return sinterstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::srem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1873:26: error: 'il' was not declared in this scope return srem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::sunion(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1956:16: error: 'il' was not declared in this scope sunion(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1956:38: error: 'output' was not declared in this scope sunion(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::sunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:1982:41: error: 'il' was not declared in this scope return sunionstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::zadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2218:26: error: 'il' was not declared in this scope return zadd(key, il.begin(), il.end(), type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2218:54: error: 'changed' was not declared in this scope return zadd(key, il.begin(), il.end(), type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::zinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2354:41: error: 'il' was not declared in this scope return zinterstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::zrem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2612:26: error: 'il' was not declared in this scope return zrem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::zunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:2959:41: error: 'il' was not declared in this scope return zunionstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'bool sw::redis::Redis::pfadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3002:27: error: 'il' was not declared in this scope return pfadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::pfcount(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3012:24: error: 'il' was not declared in this scope return pfcount(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::pfmerge(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3022:30: error: 'il' was not declared in this scope pfmerge(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::geoadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3038:28: error: 'il' was not declared in this scope return geoadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::geohash(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3053:22: error: 'il' was not declared in this scope geohash(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3053:44: error: 'output' was not declared in this scope geohash(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::geopos(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3063:21: error: 'il' was not declared in this scope geopos(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3063:43: error: 'output' was not declared in this scope geopos(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::script_exists(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3175:23: error: 'il' was not declared in this scope script_exists(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3175:45: error: 'output' was not declared in this scope script_exists(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'void sw::redis::Redis::watch(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3196:15: error: 'il' was not declared in this scope watch(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::xack(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3208:33: error: 'il' was not declared in this scope return xack(key, group, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3216:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3233:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3233:52: error: 'count' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3233:59: error: 'approx' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h: In member function 'long long int sw::redis::Redis::xdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3270:26: error: 'il' was not declared in this scope return xdel(key, il.begin(), il.end()); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:29:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:30:35: error: expected ',' or '...' before '&&' token auto Redis::command(Cmd cmd, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:31:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:31:31: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:51:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:52:54: error: expected ',' or '...' before '&&' token auto Redis::command(const StringView &cmd_name, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:53:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:53:31: error: expected initializer before '<' token -> typename std::enable_if::type>::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:65:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:65:31: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:80:37: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:81:56: error: expected ',' or '...' before '&&' token Result Redis::command(const StringView &cmd_name, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:81:8: error: prototype for 'Result sw::redis::Redis::command(const sw::redis::StringView&, Args)' does not match any in class 'sw::redis::Redis' Result Redis::command(const StringView &cmd_name, Args &&...args) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:138:12: error: candidate is: template Result sw::redis::Redis::command(const sw::redis::StringView&, ) Result command(const StringView &cmd_name, Args &&...args); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:89:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:90:54: error: expected ',' or '...' before '&&' token auto Redis::command(const StringView &cmd_name, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:91:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:91:31: error: expected initializer before '<' token -> typename std::enable_if::type>::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:103:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, Result>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:103:31: error: expected initializer before '<' token -> typename std::enable_if::value, Result>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:113:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:113:31: error: expected initializer before '<' token -> typename std::enable_if::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::del(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:127:10: error: 'reply' does not name a type auto reply = command(cmd::del_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:129:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::exists(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:136:10: error: 'reply' does not name a type auto reply = command(cmd::exists_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:138:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:141:61: error: 'chrono' in namespace 'std' does not name a type inline bool Redis::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:141:77: error: expected unqualified-id before '&' token inline bool Redis::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:141:77: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:141:78: error: expected initializer before 'timeout' inline bool Redis::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:146:48: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:211:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::unlink(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:218:10: error: 'reply' does not name a type auto reply = command(cmd::unlink_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:220:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:223:62: error: 'chrono' in namespace 'std' does not name a type inline long long Redis::wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:223:83: error: expected unqualified-id before '&' token inline long long Redis::wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:223:83: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:223:84: error: expected initializer before 'timeout' inline long long Redis::wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::bitop(sw::redis::BitOp, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:233:10: error: 'reply' does not name a type auto reply = command(cmd::bitop_range, op, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:235:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::mget(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:242:10: error: 'reply' does not name a type auto reply = command(cmd::mget, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:244:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::mset(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:251:10: error: 'reply' does not name a type auto reply = command(cmd::mset, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:253:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'bool sw::redis::Redis::msetnx(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:260:10: error: 'reply' does not name a type auto reply = command(cmd::msetnx, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:262:37: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:266:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:266:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:266:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:266:62: error: expected initializer before 'ttl' const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:272:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:272:56: error: expected unqualified-id before '&' token const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:272:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:272:57: error: expected initializer before 'ttl' const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:280:1: error: 'OptionalStringPair' does not name a type OptionalStringPair Redis::blpop(Input first, Input last, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:289:1: error: 'OptionalStringPair' does not name a type OptionalStringPair Redis::blpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:296:1: error: 'OptionalStringPair' does not name a type OptionalStringPair Redis::brpop(Input first, Input last, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:305:1: error: 'OptionalStringPair' does not name a type OptionalStringPair Redis::brpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:311:8: error: 'OptionalString' does not name a type inline OptionalString Redis::brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::lpush(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:321:10: error: 'reply' does not name a type auto reply = command(cmd::lpush_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:323:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::lrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:328:10: error: 'reply' does not name a type auto reply = command(cmd::lrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:330:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::rpush(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:337:10: error: 'reply' does not name a type auto reply = command(cmd::rpush_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:339:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::hdel(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:348:10: error: 'reply' does not name a type auto reply = command(cmd::hdel_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:350:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::hgetall(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:355:10: error: 'reply' does not name a type auto reply = command(cmd::hgetall, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:357:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::hkeys(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:362:10: error: 'reply' does not name a type auto reply = command(cmd::hkeys, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:364:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::hmget(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:371:10: error: 'reply' does not name a type auto reply = command(cmd::hmget, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:373:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::hmset(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:380:10: error: 'reply' does not name a type auto reply = command(cmd::hmset, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:382:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::hscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:391:10: error: 'reply' does not name a type auto reply = command(cmd::hscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:393:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:421:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:421:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::hvals(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:432:10: error: 'reply' does not name a type auto reply = command(cmd::hvals, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:434:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::sadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:443:10: error: 'reply' does not name a type auto reply = command(cmd::sadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:445:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::sdiff(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:452:10: error: 'reply' does not name a type auto reply = command(cmd::sdiff, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:454:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::sdiffstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:463:10: error: 'reply' does not name a type auto reply = command(cmd::sdiffstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:465:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::sinter(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:472:10: error: 'reply' does not name a type auto reply = command(cmd::sinter, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:474:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::sinterstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:483:10: error: 'reply' does not name a type auto reply = command(cmd::sinterstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:485:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::smembers(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:490:10: error: 'reply' does not name a type auto reply = command(cmd::smembers, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:492:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::spop(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:497:10: error: 'reply' does not name a type auto reply = command(cmd::spop_range, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:499:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::srandmember(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:504:10: error: 'reply' does not name a type auto reply = command(cmd::srandmember_range, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:506:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::srem(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:513:10: error: 'reply' does not name a type auto reply = command(cmd::srem_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:515:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::sscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:524:10: error: 'reply' does not name a type auto reply = command(cmd::sscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:526:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::sunion(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:556:10: error: 'reply' does not name a type auto reply = command(cmd::sunion, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:558:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::sunionstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:565:10: error: 'reply' does not name a type auto reply = command(cmd::sunionstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:567:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:572:63: error: 'chrono' in namespace 'std' does not name a type inline auto Redis::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:572:79: error: expected unqualified-id before '&' token inline auto Redis::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:572:79: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:572:80: error: expected initializer before 'timeout' inline auto Redis::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:8: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:579:16: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:588:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:588:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:588:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:588:57: error: expected initializer before 'timeout' const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:593:63: error: 'chrono' in namespace 'std' does not name a type inline auto Redis::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:593:79: error: expected unqualified-id before '&' token inline auto Redis::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:593:79: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:593:80: error: expected initializer before 'timeout' inline auto Redis::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:3558:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:8: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:600:16: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:609:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:609:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:609:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:609:57: error: expected initializer before 'timeout' const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:618:25: error: 'UpdateType' is not a type UpdateType type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zadd(const sw::redis::StringView&, Input, Input, int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:622:10: error: 'reply' does not name a type auto reply = command(cmd::zadd_range, key, first, last, type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:624:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zcount(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:629:10: error: 'reply' does not name a type auto reply = command(cmd::zcount, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:631:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zinterstore(const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:641:10: error: 'reply' does not name a type auto reply = command(cmd::zinterstore_range, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:647:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zlexcount(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:652:10: error: 'reply' does not name a type auto reply = command(cmd::zlexcount, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:654:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zpopmax(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:659:10: error: 'reply' does not name a type auto reply = command(cmd::zpopmax, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:661:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zpopmin(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:666:10: error: 'reply' does not name a type auto reply = command(cmd::zpopmin, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:668:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:673:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:675:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrangebylex(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:680:32: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrangebylex(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrangebylex(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:688:10: error: 'reply' does not name a type auto reply = command(cmd::zrangebylex, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:690:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrangebyscore(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:697:34: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrangebyscore(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrangebyscore(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:705:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrangebyscore, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:710:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zrem(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:717:10: error: 'reply' does not name a type auto reply = command(cmd::zrem_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:719:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zremrangebylex(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:724:10: error: 'reply' does not name a type auto reply = command(cmd::zremrangebylex, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:726:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zremrangebyscore(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:731:10: error: 'reply' does not name a type auto reply = command(cmd::zremrangebyscore, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:733:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrevrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:738:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrevrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:740:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrevrangebylex(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:747:35: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrevrangebylex(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrevrangebylex(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:755:10: error: 'reply' does not name a type auto reply = command(cmd::zrevrangebylex, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:757:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrevrangebyscore(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:762:37: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrevrangebyscore(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::zrevrangebyscore(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:770:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrevrangebyscore, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:772:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:781:10: error: 'reply' does not name a type auto reply = command(cmd::zscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:783:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::zunionstore(const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:816:10: error: 'reply' does not name a type auto reply = command(cmd::zunionstore_range, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:822:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'bool sw::redis::Redis::pfadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:831:10: error: 'reply' does not name a type auto reply = command(cmd::pfadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:833:37: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::pfcount(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:840:10: error: 'reply' does not name a type auto reply = command(cmd::pfcount_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:842:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::pfmerge(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:851:10: error: 'reply' does not name a type auto reply = command(cmd::pfmerge_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:853:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::geoadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:864:10: error: 'reply' does not name a type auto reply = command(cmd::geoadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:866:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::geohash(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:873:10: error: 'reply' does not name a type auto reply = command(cmd::geohash_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:875:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::geopos(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:882:10: error: 'reply' does not name a type auto reply = command(cmd::geopos_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:884:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::georadius(const sw::redis::StringView&, const std::pair&, double, sw::redis::GeoUnit, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:895:10: error: 'reply' does not name a type auto reply = command(cmd::georadius, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:906:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::georadiusbymember(const sw::redis::StringView&, const sw::redis::StringView&, double, sw::redis::GeoUnit, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:917:10: error: 'reply' does not name a type auto reply = command(cmd::georadiusbymember, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:928:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:935:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:935:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'Result sw::redis::Redis::eval(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:937:10: error: 'reply' does not name a type auto reply = command(cmd::eval, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:939:39: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:944:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:944:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::eval(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:947:10: error: 'reply' does not name a type auto reply = command(cmd::eval, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:949:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:949:29: error: 'output' was not declared in this scope reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:954:30: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:954:46: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'Result sw::redis::Redis::evalsha(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:956:10: error: 'reply' does not name a type auto reply = command(cmd::evalsha, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:958:39: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:963:30: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:963:46: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::evalsha(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:966:10: error: 'reply' does not name a type auto reply = command(cmd::evalsha, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:968:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:968:29: error: 'output' was not declared in this scope reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::script_exists(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:975:10: error: 'reply' does not name a type auto reply = command(cmd::script_exists_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:977:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::watch(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:984:10: error: 'reply' does not name a type auto reply = command(cmd::watch_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:986:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::xack(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:993:10: error: 'reply' does not name a type auto reply = command(cmd::xack_range, key, group, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:995:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1000:10: error: 'reply' does not name a type auto reply = command(cmd::xadd_range, key, id, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1002:44: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'std::string sw::redis::Redis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1012:10: error: 'reply' does not name a type auto reply = command(cmd::xadd_maxlen_range, key, id, first, last, count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1014:44: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1021:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1021:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1021:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1021:54: error: expected initializer before 'min_idle_time' const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1033:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1033:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1033:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1033:54: error: expected initializer before 'min_idle_time' const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'long long int sw::redis::Redis::xdel(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1050:10: error: 'reply' does not name a type auto reply = command(cmd::xdel_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1052:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1057:13: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1057:18: error: expected initializer before '<' token -> std::tuple { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xpending(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1070:10: error: 'reply' does not name a type auto reply = command(cmd::xpending_detail, key, group, start, end, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1072:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xpending(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1083:10: error: 'reply' does not name a type auto reply = command(cmd::xpending_per_consumer, key, group, start, end, count, consumer); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1085:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1093:10: error: 'reply' does not name a type auto reply = command(cmd::xrange, key, start, end); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1095:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1104:10: error: 'reply' does not name a type auto reply = command(cmd::xrange_count, key, start, end, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1106:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xread(const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1114:10: error: 'reply' does not name a type auto reply = command(cmd::xread, key, id, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1116:30: error: expected primary-expression before ')' token if (!reply::is_nil(*reply)) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1117:31: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1123:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1123:31: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1136:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1136:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1136:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1136:54: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1149:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1149:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1149:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1149:54: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xreadgroup(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1170:10: error: 'reply' does not name a type auto reply = command(cmd::xreadgroup, group, consumer, key, id, count, noack); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1172:30: error: expected primary-expression before ')' token if (!reply::is_nil(*reply)) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1173:31: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1185:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1185:31: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1200:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1200:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1200:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1200:58: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1223:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1223:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1223:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1223:58: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xrevrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1249:10: error: 'reply' does not name a type auto reply = command(cmd::xrevrange, key, end, start); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1251:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: In member function 'void sw::redis::Redis::xrevrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1260:10: error: 'reply' does not name a type auto reply = command(cmd::xrevrange_count, key, end, start, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1262:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1265:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1266:1: error: 'ReplyUPtr' does not name a type ReplyUPtr Redis::_command(Connection &connection, Cmd cmd, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1276:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1277:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr Redis::_score_command(std::true_type, Cmd cmd, Args &&... args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1281:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1282:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr Redis::_score_command(std::false_type, Cmd cmd, Args &&... args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1286:51: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.hpp:1287:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr Redis::_score_command(Cmd cmd, Args &&... args) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:24:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:35:20: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ShardsPool() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:37:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ShardsPool(const ShardsPool &that) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:38:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ShardsPool& operator=(const ShardsPool &that) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:40:27: error: expected ',' or '...' before '&&' token ShardsPool(ShardsPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:40:33: error: invalid constructor; you probably meant 'sw::redis::ShardsPool (const sw::redis::ShardsPool&)' ShardsPool(ShardsPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:41:38: error: expected ',' or '...' before '&&' token ShardsPool& operator=(ShardsPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:43:21: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~ShardsPool() = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:49:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr fetch(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:52:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr fetch(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:55:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr fetch(const Node &node); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:64:27: error: expected ',' or '...' before '&&' token void _move(ShardsPool &&that); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:66:27: error: 'Shards' does not name a type void _init_pool(const Shards &shards); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:68:5: error: 'Shards' does not name a type Shards _cluster_slots(Connection &connection) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:70:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _cluster_slots_command(Connection &connection) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:72:5: error: 'Shards' does not name a type Shards _parse_reply(redisReply &reply) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:82:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr& _get_pool(Slot slot); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:84:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr _fetch(Slot slot); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:86:43: error: 'Slot' has not been declared ConnectionOptions _connection_options(Slot slot); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:88:11: error: expected nested-name-specifier before 'NodeMap' using NodeMap = std::unordered_map; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:90:5: error: 'NodeMap' does not name a type NodeMap::iterator _add_node(const Node &node); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:96:5: error: 'Shards' does not name a type Shards _shards; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:98:5: error: 'NodeMap' does not name a type NodeMap _pools; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/shards_pool.h:100:10: error: 'mutex' in namespace 'std' does not name a type std::mutex _mutex; ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:40:7: error: expected nested-name-specifier before 'Transaction' using Transaction = QueuedRedis; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:42:7: error: expected nested-name-specifier before 'Pipeline' using Pipeline = QueuedRedis; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:55:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedisCluster(const RedisCluster &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:56:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedisCluster& operator=(const RedisCluster &) = delete; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:58:31: error: expected ',' or '...' before '&&' token RedisCluster(RedisCluster &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:58:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedisCluster(RedisCluster &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:58:37: error: invalid constructor; you probably meant 'sw::redis::RedisCluster (const sw::redis::RedisCluster&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:59:42: error: expected ',' or '...' before '&&' token RedisCluster& operator=(RedisCluster &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:59:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 RedisCluster& operator=(RedisCluster &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:63:5: error: 'Pipeline' does not name a type Pipeline pipeline(const StringView &hash_tag, bool new_connection = true); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:65:5: error: 'Transaction' does not name a type Transaction transaction(const StringView &hash_tag, bool piped = false, bool new_connection = true); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:69:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:70:31: error: expected ',' or '...' before '&&' token auto command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:71:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:71:35: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:73:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:74:50: error: expected ',' or '...' before '&&' token auto command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:75:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:75:35: error: expected initializer before '<' token -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:79:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:80:50: error: expected ',' or '...' before '&&' token auto command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:81:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:81:35: error: expected initializer before '<' token -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:85:55: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:86:50: error: expected ',' or '...' before '&&' token auto command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:87:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:87:35: error: expected initializer before '<' token -> typename std::enable_if::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:92:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:92:35: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:96:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, Result>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:96:35: error: expected initializer before '<' token -> typename std::enable_if::value, Result>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:100:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:100:35: error: expected initializer before '<' token -> typename std::enable_if::value, void>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:110:24: error: 'std::initializer_list' has not been declared long long del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:110:40: error: expected ',' or '...' before '<' token long long del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:114:5: error: 'OptionalString' does not name a type OptionalString dump(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:122:27: error: 'std::initializer_list' has not been declared long long exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:122:43: error: expected ',' or '...' before '<' token long long exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:51: error: 'chrono' in namespace 'std' does not name a type bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:67: error: expected unqualified-id before '&' token bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:67: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:59: error: expected ';' at end of member declaration bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:68: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:68: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:75: error: expected unqualified-id before ')' token bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:133:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:172:42: error: expected ',' or '...' before '<' token long long touch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:176:40: error: 'long long int sw::redis::RedisCluster::ttl(const sw::redis::StringView&)' conflicts with a previous declaration long long ttl(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:161:87: note: previous declaration 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:186:27: error: 'std::initializer_list' has not been declared long long unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:186:43: error: expected ',' or '...' before '<' token long long unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:202:67: error: 'std::initializer_list' has not been declared long long bitop(BitOp op, const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:202:83: error: expected ',' or '...' before '<' token long long bitop(BitOp op, const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:215:5: error: 'OptionalString' does not name a type OptionalString get(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:221:5: error: 'OptionalString' does not name a type OptionalString getset(const StringView &key, const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:233:20: error: 'std::initializer_list' has not been declared void mget(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:233:36: error: expected ',' or '...' before '<' token void mget(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:241:20: error: 'std::initializer_list' has not been declared void mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:241:36: error: expected ',' or '...' before '<' token void mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:249:22: error: 'std::initializer_list' has not been declared bool msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:249:38: error: expected ',' or '...' before '<' token bool msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:36: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:50: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:258:53: error: redeclaration of 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:161:87: note: previous declaration 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:259:17: error: expected unqualified-id before 'const' const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:36: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:83: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:83: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:84: error: redeclaration of 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:161:87: note: previous declaration 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:264:17: error: ISO C++ forbids declaration of 'UpdateType' with no type [-fpermissive] UpdateType type = UpdateType::ALWAYS); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:264:17: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:264:28: error: 'type' does not name a type UpdateType type = UpdateType::ALWAYS); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:44: error: expected unqualified-id before '&' token const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:44: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:36: error: expected ';' at end of member declaration const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:45: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:271:48: error: redeclaration of 'int& sw::redis::RedisCluster::ttl' const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:161:87: note: previous declaration 'int& sw::redis::RedisCluster::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:272:17: error: expected unqualified-id before 'const' const StringView &val); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:282:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(const StringView &key, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:284:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:285:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:288:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(Input first, Input last, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:291:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:296:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:298:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:301:5: error: 'OptionalStringPair' does not name a type OptionalStringPair blpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:302:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:306:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(const StringView &key, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:308:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:309:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:312:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(Input first, Input last, long long timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:315:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:320:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:322:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:325:5: error: 'OptionalStringPair' does not name a type OptionalStringPair brpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:326:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:330:5: error: 'OptionalString' does not name a type OptionalString brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:334:5: error: 'OptionalString' does not name a type OptionalString brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:336:94: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:338:5: error: 'OptionalString' does not name a type OptionalString lindex(const StringView &key, long long index); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:347:5: error: 'OptionalString' does not name a type OptionalString lpop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:355:49: error: 'std::initializer_list' has not been declared long long lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:355:65: error: expected ',' or '...' before '<' token long long lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:370:5: error: 'OptionalString' does not name a type OptionalString rpop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:372:5: error: 'OptionalString' does not name a type OptionalString rpoplpush(const StringView &source, const StringView &destination); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:380:49: error: 'std::initializer_list' has not been declared long long rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:380:65: error: expected ',' or '...' before '<' token long long rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:394:48: error: 'std::initializer_list' has not been declared long long hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:394:64: error: expected ',' or '...' before '<' token long long hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:400:5: error: 'OptionalString' does not name a type OptionalString hget(const StringView &key, const StringView &field); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:418:44: error: 'std::initializer_list' has not been declared void hmget(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:418:60: error: expected ',' or '...' before '<' token void hmget(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:426:44: error: 'std::initializer_list' has not been declared void hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:426:60: error: expected ',' or '...' before '<' token void hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:460:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, long long>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:460:35: error: expected initializer before '<' token -> typename std::enable_if::value, long long>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:463:48: error: 'std::initializer_list' has not been declared long long hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:463:64: error: expected ',' or '...' before '<' token long long hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:484:48: error: 'std::initializer_list' has not been declared long long sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:484:64: error: expected ',' or '...' before '<' token long long sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:494:21: error: 'std::initializer_list' has not been declared void sdiff(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:494:37: error: expected ',' or '...' before '<' token void sdiff(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:507:34: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:507:50: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:515:22: error: 'std::initializer_list' has not been declared void sinter(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:515:38: error: expected ',' or '...' before '<' token void sinter(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:528:34: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:528:50: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:541:5: error: 'OptionalString' does not name a type OptionalString spop(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:546:5: error: 'OptionalString' does not name a type OptionalString srandmember(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:557:48: error: 'std::initializer_list' has not been declared long long srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:557:64: error: expected ',' or '...' before '<' token long long srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:589:22: error: 'std::initializer_list' has not been declared void sunion(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:589:38: error: expected ',' or '...' before '<' token void sunion(std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:599:63: error: 'std::initializer_list' has not been declared long long sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:599:79: error: expected ',' or '...' before '<' token long long sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:12: error: ISO C++ forbids declaration of 'bzpopmax' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:12: error: storage class specified for 'bzpopmax' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:12: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:12: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:606:20: error: expected unqualified-id before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:48: error: ISO C++ forbids declaration of 'bzpopmax' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:48: error: storage class specified for 'bzpopmax' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:40: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:81: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:81: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:81: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:81: error: redeclaration of 'int& sw::redis::RedisCluster::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:68: note: previous declaration 'int& sw::redis::RedisCluster::timeout' bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:614:20: error: expected initializer before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:619:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:619:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:619:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:619:48: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:619:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:623:24: error: 'std::initializer_list' has not been declared auto bzpopmax(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:623:40: error: expected ',' or '...' before '<' token auto bzpopmax(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:624:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:629:24: error: 'std::initializer_list' has not been declared auto bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:629:40: error: expected ',' or '...' before '<' token auto bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:631:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:12: error: ISO C++ forbids declaration of 'bzpopmin' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:12: error: storage class specified for 'bzpopmin' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:12: error: trailing return type only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:12: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:636:20: error: expected unqualified-id before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:48: error: ISO C++ forbids declaration of 'bzpopmin' with no type [-fpermissive] /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:48: error: storage class specified for 'bzpopmin' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:40: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:81: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:81: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:81: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:81: error: redeclaration of 'int& sw::redis::RedisCluster::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:68: note: previous declaration 'int& sw::redis::RedisCluster::timeout' bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:644:20: error: expected initializer before '<' token -> Optional>; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:649:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:649:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:649:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:649:48: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:649:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:653:24: error: 'std::initializer_list' has not been declared auto bzpopmin(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:653:40: error: expected ',' or '...' before '<' token auto bzpopmin(std::initializer_list il, long long timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:654:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:659:24: error: 'std::initializer_list' has not been declared auto bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:659:40: error: expected ',' or '...' before '<' token auto bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:21: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:64: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:12: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:661:20: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:669:21: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:676:21: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:681:26: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:681:42: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:704:34: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:704:50: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:712:43: error: '>>' should be '> >' within a nested template argument list Optional> zpopmax(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:717:43: error: '>>' should be '> >' within a nested template argument list Optional> zpopmin(const StringView &key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:762:5: error: 'OptionalLongLong' does not name a type OptionalLongLong zrank(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:770:48: error: 'std::initializer_list' has not been declared long long zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:770:64: error: expected ',' or '...' before '<' token long long zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:806:5: error: 'OptionalLongLong' does not name a type OptionalLongLong zrevrank(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:832:5: error: 'OptionalDouble' does not name a type OptionalDouble zscore(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:844:34: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:844:50: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:857:44: error: 'std::initializer_list' has not been declared bool pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:857:60: error: expected ',' or '...' before '<' token bool pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:867:28: error: 'std::initializer_list' has not been declared long long pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:867:44: error: expected ',' or '...' before '<' token long long pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:877:54: error: 'std::initializer_list' has not been declared void pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:877:70: error: expected ',' or '...' before '<' token void pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:884:36: error: 'tuple' in namespace 'std' does not name a template type const std::tuple &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:884:41: error: expected ',' or '...' before '<' token const std::tuple &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:893:30: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:893:46: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:897:5: error: 'OptionalDouble' does not name a type OptionalDouble geodist(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:902:5: error: 'OptionalString' does not name a type OptionalString geohash(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:908:46: error: 'std::initializer_list' has not been declared void geohash(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:908:62: error: expected ',' or '...' before '<' token void geohash(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:912:38: error: '>>' should be '> >' within a nested template argument list Optional> geopos(const StringView &key, const StringView &member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:918:45: error: 'std::initializer_list' has not been declared void geopos(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:918:61: error: expected ',' or '...' before '<' token void geopos(const StringView &key, std::initializer_list il, Output output) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:926:5: error: 'OptionalLongLong' does not name a type OptionalLongLong georadius(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:976:5: error: 'OptionalLongLong' does not name a type OptionalLongLong georadiusbymember(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:998:22: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:998:38: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1003:22: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1003:38: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1009:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1009:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1014:26: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1014:42: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1030:73: error: 'std::initializer_list' has not been declared long long xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1030:89: error: expected ',' or '...' before '<' token long long xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1038:72: error: 'std::initializer_list' has not been declared std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1038:88: error: expected ',' or '...' before '<' token std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1053:30: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1053:46: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1051:17: error: 'template std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' cannot be overloaded std::string xadd(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1038:17: error: with 'template std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' std::string xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1063:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1063:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1063:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1063:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1071:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1071:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1071:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1071:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1080:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1080:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1080:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1080:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1092:48: error: 'std::initializer_list' has not been declared long long xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1092:64: error: expected ',' or '...' before '<' token long long xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1113:17: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1113:22: error: expected initializer before '<' token -> std::tuple; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1160:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1160:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1164:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1164:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1171:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1171:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1171:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1171:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1178:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1178:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1178:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1178:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1186:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1186:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1186:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1186:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1194:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1194:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1194:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1194:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1236:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1236:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1245:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1245:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1255:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1255:35: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1264:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1264:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1264:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1264:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1274:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1274:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1274:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1274:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1285:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1285:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1285:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1285:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1295:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1295:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1295:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1295:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1306:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1306:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1306:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1306:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1318:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1318:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1318:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1318:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1344:28: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1345:54: error: expected ',' or '...' before '&&' token void operator()(Connection &connection, Args &&...args) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1345:65: error: parameter packs not expanded with '...': void operator()(Connection &connection, Args &&...args) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1345:65: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1355:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1356:40: error: expected ',' or '...' before '&&' token auto _generic_command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1357:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1357:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1360:52: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1361:40: error: expected ',' or '...' before '&&' token auto _generic_command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1362:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1362:35: error: expected initializer before '<' token -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1365:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1366:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(Cmd cmd, Connection &connection, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1368:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1369:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(Cmd cmd, const StringView &key, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1371:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1372:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(Cmd cmd, std::true_type, const StringView &key, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1374:54: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1375:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(Cmd cmd, std::false_type, Input &&first, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1377:30: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1377:43: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1378:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _command(const StringView &cmd_name, const IndexSequence &, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1382:54: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1383:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _range_command(Cmd cmd, std::true_type, Input input, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1385:54: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1386:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _range_command(Cmd cmd, std::false_type, Input input, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1390:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1391:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(std::true_type, Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1393:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1394:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(std::false_type, Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1396:55: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1397:5: error: 'ReplyUPtr' does not name a type ReplyUPtr _score_command(Cmd cmd, Args &&... args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:59:19: error: defaulted declaration 'sw::redis::RedisCluster& sw::redis::RedisCluster::operator=(sw::redis::RedisCluster)' RedisCluster& operator=(RedisCluster &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:59:19: error: does not match expected signature 'sw::redis::RedisCluster& sw::redis::RedisCluster::operator=(sw::redis::RedisCluster&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:47:63: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 const ConnectionPoolOptions &pool_opts = {}) : ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:47:63: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:669:39: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:676:39: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:700:48: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:840:48: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:161:65: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:263:61: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:609:64: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:639:64: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In constructor 'sw::redis::RedisCluster::RedisCluster(const sw::redis::ConnectionOptions&, const sw::redis::ConnectionPoolOptions&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:46:5: error: uninitialized reference member in 'int&' [-fpermissive] RedisCluster(const ConnectionOptions &connection_opts, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:128:68: note: 'int& sw::redis::RedisCluster::timeout' should be initialized bool expire(const StringView &key, const std::chrono::seconds &timeout); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::del(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:111:20: error: 'il' was not declared in this scope return del(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::exists(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:123:23: error: 'il' was not declared in this scope return exists(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::touch(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:173:22: error: 'il' was not declared in this scope return touch(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::unlink(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:187:23: error: 'il' was not declared in this scope return unlink(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::bitop(sw::redis::BitOp, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:203:39: error: 'il' was not declared in this scope return bitop(op, destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::mget(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:234:14: error: 'il' was not declared in this scope mget(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:234:36: error: 'output' was not declared in this scope mget(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::mset(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:242:14: error: 'il' was not declared in this scope mset(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'bool sw::redis::RedisCluster::msetnx(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:250:23: error: 'il' was not declared in this scope return msetnx(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::lpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:356:27: error: 'il' was not declared in this scope return lpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::rpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:381:27: error: 'il' was not declared in this scope return rpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::hdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:395:26: error: 'il' was not declared in this scope return hdel(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::hmget(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:419:20: error: 'il' was not declared in this scope hmget(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:419:42: error: 'output' was not declared in this scope hmget(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::hmset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:427:20: error: 'il' was not declared in this scope hmset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::hset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:464:26: error: 'il' was not declared in this scope return hset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::sadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:485:26: error: 'il' was not declared in this scope return sadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::sdiff(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:495:15: error: 'il' was not declared in this scope sdiff(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:495:37: error: 'output' was not declared in this scope sdiff(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::sdiffstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:508:40: error: 'il' was not declared in this scope return sdiffstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::sinter(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:516:16: error: 'il' was not declared in this scope sinter(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:516:38: error: 'output' was not declared in this scope sinter(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::sinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:529:41: error: 'il' was not declared in this scope return sinterstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::srem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:558:26: error: 'il' was not declared in this scope return srem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::sunion(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:590:16: error: 'il' was not declared in this scope sunion(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:590:38: error: 'output' was not declared in this scope sunion(il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::sunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:600:41: error: 'il' was not declared in this scope return sunionstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::zadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:684:26: error: 'il' was not declared in this scope return zadd(key, il.begin(), il.end(), type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:684:54: error: 'changed' was not declared in this scope return zadd(key, il.begin(), il.end(), type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::zinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:706:41: error: 'il' was not declared in this scope return zinterstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::zrem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:771:26: error: 'il' was not declared in this scope return zrem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::zunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:846:41: error: 'il' was not declared in this scope return zunionstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'bool sw::redis::RedisCluster::pfadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:858:27: error: 'il' was not declared in this scope return pfadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::pfcount(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:868:24: error: 'il' was not declared in this scope return pfcount(il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::pfmerge(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:878:30: error: 'il' was not declared in this scope pfmerge(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::geoadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:894:28: error: 'il' was not declared in this scope return geoadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::geohash(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:909:22: error: 'il' was not declared in this scope geohash(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:909:44: error: 'output' was not declared in this scope geohash(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::geopos(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:919:21: error: 'il' was not declared in this scope geopos(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:919:43: error: 'output' was not declared in this scope geopos(key, il.begin(), il.end(), output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::xack(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1031:33: error: 'il' was not declared in this scope return xack(key, group, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1039:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1056:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1056:52: error: 'count' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1056:59: error: 'approx' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'long long int sw::redis::RedisCluster::xdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1093:26: error: 'il' was not declared in this scope return xdel(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h: In member function 'void sw::redis::RedisCluster::Command::operator()(sw::redis::Connection&, ) const': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1347:40: error: 'forward' is not a member of 'std' cmd_args.append(_cmd_name, std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1347:57: error: expected primary-expression before '>' token cmd_args.append(_cmd_name, std::forward(args)...); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1347:59: error: 'args' was not declared in this scope cmd_args.append(_cmd_name, std::forward(args)...); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:31:48: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:32:41: error: expected ',' or '...' before '&&' token auto RedisCluster::command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:33:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:33:31: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:40:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:41:60: error: expected ',' or '...' before '&&' token auto RedisCluster::command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:42:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:42:31: error: expected initializer before '<' token -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:50:51: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:51:60: error: expected ',' or '...' before '&&' token auto RedisCluster::command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:52:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:52:31: error: expected initializer before '<' token -> typename std::enable_if::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:61:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:62:60: error: expected ',' or '...' before '&&' token auto RedisCluster::command(const StringView &cmd_name, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:63:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:63:31: error: expected initializer before '<' token -> typename std::enable_if<(std::is_convertible::value ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:78:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:78:31: error: expected initializer before '<' token -> typename std::enable_if::value, ReplyUPtr>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:101:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, Result>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:101:31: error: expected initializer before '<' token -> typename std::enable_if::value, Result>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:111:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:111:31: error: expected initializer before '<' token -> typename std::enable_if::value, void>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::del(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:125:10: error: 'reply' does not name a type auto reply = command(cmd::del_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:127:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::exists(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:134:10: error: 'reply' does not name a type auto reply = command(cmd::exists_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:136:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:139:68: error: 'chrono' in namespace 'std' does not name a type inline bool RedisCluster::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:139:84: error: expected unqualified-id before '&' token inline bool RedisCluster::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:139:84: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:139:85: error: expected initializer before 'timeout' inline bool RedisCluster::expire(const StringView &key, const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:144:48: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:172:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::unlink(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:179:10: error: 'reply' does not name a type auto reply = command(cmd::unlink_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:181:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::bitop(sw::redis::BitOp, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:190:10: error: 'reply' does not name a type auto reply = _command(cmd::bitop_range, destination, op, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:192:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::mget(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:199:10: error: 'reply' does not name a type auto reply = command(cmd::mget, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:201:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::mset(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:208:10: error: 'reply' does not name a type auto reply = command(cmd::mset, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:210:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'bool sw::redis::RedisCluster::msetnx(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:217:10: error: 'reply' does not name a type auto reply = command(cmd::msetnx, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:219:37: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:223:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:223:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:223:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:223:62: error: expected initializer before 'ttl' const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:229:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:229:56: error: expected unqualified-id before '&' token const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:229:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:229:57: error: expected initializer before 'ttl' const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:237:1: error: 'OptionalStringPair' does not name a type OptionalStringPair RedisCluster::blpop(Input first, Input last, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:246:1: error: 'OptionalStringPair' does not name a type OptionalStringPair RedisCluster::blpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:253:1: error: 'OptionalStringPair' does not name a type OptionalStringPair RedisCluster::brpop(Input first, Input last, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:262:1: error: 'OptionalStringPair' does not name a type OptionalStringPair RedisCluster::brpop(Input first, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:268:8: error: 'OptionalString' does not name a type inline OptionalString RedisCluster::brpoplpush(const StringView &source, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::lpush(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:278:10: error: 'reply' does not name a type auto reply = command(cmd::lpush_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:280:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::lrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:285:10: error: 'reply' does not name a type auto reply = command(cmd::lrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:287:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::rpush(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:294:10: error: 'reply' does not name a type auto reply = command(cmd::rpush_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:296:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::hdel(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:305:10: error: 'reply' does not name a type auto reply = command(cmd::hdel_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:307:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::hgetall(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:312:10: error: 'reply' does not name a type auto reply = command(cmd::hgetall, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:314:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::hkeys(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:319:10: error: 'reply' does not name a type auto reply = command(cmd::hkeys, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:321:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::hmget(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:328:10: error: 'reply' does not name a type auto reply = command(cmd::hmget, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:330:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::hmset(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:337:10: error: 'reply' does not name a type auto reply = command(cmd::hmset, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:339:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::hscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:348:10: error: 'reply' does not name a type auto reply = command(cmd::hscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:350:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:378:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:378:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::hvals(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:389:10: error: 'reply' does not name a type auto reply = command(cmd::hvals, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:391:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::sadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:400:10: error: 'reply' does not name a type auto reply = command(cmd::sadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:402:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::sdiff(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:409:10: error: 'reply' does not name a type auto reply = command(cmd::sdiff, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:411:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::sdiffstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:420:10: error: 'reply' does not name a type auto reply = command(cmd::sdiffstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:422:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::sinter(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:429:10: error: 'reply' does not name a type auto reply = command(cmd::sinter, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:431:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::sinterstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:440:10: error: 'reply' does not name a type auto reply = command(cmd::sinterstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:442:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::smembers(const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:447:10: error: 'reply' does not name a type auto reply = command(cmd::smembers, key); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:449:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::spop(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:454:10: error: 'reply' does not name a type auto reply = command(cmd::spop_range, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:456:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::srandmember(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:461:10: error: 'reply' does not name a type auto reply = command(cmd::srandmember_range, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:463:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::srem(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:470:10: error: 'reply' does not name a type auto reply = command(cmd::srem_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:472:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::sscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:481:10: error: 'reply' does not name a type auto reply = command(cmd::sscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:483:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::sunion(Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:513:10: error: 'reply' does not name a type auto reply = command(cmd::sunion, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:515:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::sunionstore(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:522:10: error: 'reply' does not name a type auto reply = command(cmd::sunionstore_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:524:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:529:70: error: 'chrono' in namespace 'std' does not name a type inline auto RedisCluster::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:529:86: error: expected unqualified-id before '&' token inline auto RedisCluster::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:529:86: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:529:87: error: expected initializer before 'timeout' inline auto RedisCluster::bzpopmax(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:8: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:536:16: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:545:48: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:545:64: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:545:64: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:545:65: error: expected initializer before 'timeout' const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:550:70: error: 'chrono' in namespace 'std' does not name a type inline auto RedisCluster::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:550:86: error: expected unqualified-id before '&' token inline auto RedisCluster::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:550:86: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:550:87: error: expected initializer before 'timeout' inline auto RedisCluster::bzpopmin(const StringView &key, const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:17: error: 'tuple' is not a member of 'std' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: spurious '>>', use '>' to terminate a template argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:60: error: wrong number of template arguments (3, should be 1) In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/reply.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/utils.h:93:7: error: provided for 'template class sw::redis::Optional' class Optional { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:8: error: invalid use of template-name 'sw::redis::Optional' without an argument list -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:557:16: error: expected initializer before '<' token -> Optional> { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:566:48: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:566:64: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:566:64: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:566:65: error: expected initializer before 'timeout' const std::chrono::seconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:575:25: error: 'UpdateType' is not a type UpdateType type, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zadd(const sw::redis::StringView&, Input, Input, int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:579:10: error: 'reply' does not name a type auto reply = command(cmd::zadd_range, key, first, last, type, changed); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:581:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zcount(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:586:10: error: 'reply' does not name a type auto reply = command(cmd::zcount, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:588:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zinterstore(const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:598:10: error: 'reply' does not name a type auto reply = command(cmd::zinterstore_range, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:604:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zlexcount(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:609:10: error: 'reply' does not name a type auto reply = command(cmd::zlexcount, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:611:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zpopmax(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:616:10: error: 'reply' does not name a type auto reply = command(cmd::zpopmax, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:618:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zpopmin(const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:623:10: error: 'reply' does not name a type auto reply = command(cmd::zpopmin, key, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:625:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:630:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:632:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrangebylex(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:637:32: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrangebylex(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrangebylex(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:645:10: error: 'reply' does not name a type auto reply = command(cmd::zrangebylex, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:647:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrangebyscore(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:654:34: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrangebyscore(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrangebyscore(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:662:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrangebyscore, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:667:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zrem(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:674:10: error: 'reply' does not name a type auto reply = command(cmd::zrem_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:676:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zremrangebylex(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:681:10: error: 'reply' does not name a type auto reply = command(cmd::zremrangebylex, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:683:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zremrangebyscore(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:688:10: error: 'reply' does not name a type auto reply = command(cmd::zremrangebyscore, key, interval); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:690:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrevrange(const sw::redis::StringView&, long long int, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:695:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrevrange, key, start, stop); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:697:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrevrangebylex(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:704:35: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrevrangebylex(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrevrangebylex(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:712:10: error: 'reply' does not name a type auto reply = command(cmd::zrevrangebylex, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:714:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrevrangebyscore(const sw::redis::StringView&, const Interval&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:719:37: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 zrevrangebyscore(key, interval, {}, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::zrevrangebyscore(const sw::redis::StringView&, const Interval&, const sw::redis::LimitOptions&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:727:10: error: 'reply' does not name a type auto reply = _score_command(cmd::zrevrangebyscore, key, interval, opts); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:729:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zscan(const sw::redis::StringView&, long long int, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:738:10: error: 'reply' does not name a type auto reply = command(cmd::zscan, key, cursor, pattern, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:740:42: error: expected primary-expression before ',' token return reply::parse_scan_reply(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::zunionstore(const sw::redis::StringView&, Input, Input, sw::redis::Aggregation)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:773:10: error: 'reply' does not name a type auto reply = command(cmd::zunionstore_range, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:779:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'bool sw::redis::RedisCluster::pfadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:788:10: error: 'reply' does not name a type auto reply = command(cmd::pfadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:790:37: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::pfcount(Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:797:10: error: 'reply' does not name a type auto reply = command(cmd::pfcount_range, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:799:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::pfmerge(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:808:10: error: 'reply' does not name a type auto reply = command(cmd::pfmerge_range, destination, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:810:30: error: expected primary-expression before ')' token reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::geoadd(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:821:10: error: 'reply' does not name a type auto reply = command(cmd::geoadd_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:823:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::geohash(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:830:10: error: 'reply' does not name a type auto reply = command(cmd::geohash_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:832:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::geopos(const sw::redis::StringView&, Input, Input, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:839:10: error: 'reply' does not name a type auto reply = command(cmd::geopos_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:841:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::georadius(const sw::redis::StringView&, const std::pair&, double, sw::redis::GeoUnit, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:852:10: error: 'reply' does not name a type auto reply = command(cmd::georadius, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:863:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::georadiusbymember(const sw::redis::StringView&, const sw::redis::StringView&, double, sw::redis::GeoUnit, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:874:10: error: 'reply' does not name a type auto reply = command(cmd::georadiusbymember, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:885:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:892:34: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:892:50: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'Result sw::redis::RedisCluster::eval(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:894:9: error: 'keys' was not declared in this scope if (keys.size() == 0) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:894:9: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:167:13: note: 'sw::redis::cmd::keys' inline void keys(Connection &connection, const StringView &pattern) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:898:10: error: 'reply' does not name a type auto reply = _command(cmd::eval, *keys.begin(), script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:900:39: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:905:30: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:905:46: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::eval(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:908:9: error: 'keys' was not declared in this scope if (keys.size() == 0) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:908:9: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:167:13: note: 'sw::redis::cmd::keys' inline void keys(Connection &connection, const StringView &pattern) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:912:10: error: 'reply' does not name a type auto reply = _command(cmd::eval, *keys.begin(), script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:914:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:914:29: error: 'output' was not declared in this scope reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:919:38: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:919:54: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'Result sw::redis::RedisCluster::evalsha(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:921:9: error: 'keys' was not declared in this scope if (keys.size() == 0) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:921:9: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:167:13: note: 'sw::redis::cmd::keys' inline void keys(Connection &connection, const StringView &pattern) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:925:10: error: 'reply' does not name a type auto reply = _command(cmd::evalsha, *keys.begin(), script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:927:39: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:932:34: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:932:50: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::evalsha(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:935:9: error: 'keys' was not declared in this scope if (keys.size() == 0) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:935:9: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:167:13: note: 'sw::redis::cmd::keys' inline void keys(Connection &connection, const StringView &pattern) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.h:1406:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:21, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:939:10: error: 'reply' does not name a type auto reply = command(cmd::evalsha, *keys.begin(), script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:941:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:941:29: error: 'output' was not declared in this scope reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::xack(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:951:10: error: 'reply' does not name a type auto reply = command(cmd::xack_range, key, group, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:953:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:961:10: error: 'reply' does not name a type auto reply = command(cmd::xadd_range, key, id, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:963:44: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'std::string sw::redis::RedisCluster::xadd(const sw::redis::StringView&, const sw::redis::StringView&, Input, Input, long long int, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:973:10: error: 'reply' does not name a type auto reply = command(cmd::xadd_maxlen_range, key, id, first, last, count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:975:44: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:982:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:982:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:982:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:982:62: error: expected initializer before 'min_idle_time' const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:994:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:994:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:994:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:994:62: error: expected initializer before 'min_idle_time' const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'long long int sw::redis::RedisCluster::xdel(const sw::redis::StringView&, Input, Input)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1011:10: error: 'reply' does not name a type auto reply = command(cmd::xdel_range, key, first, last); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1013:42: error: expected primary-expression before ')' token return reply::parse(*reply); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1018:13: error: 'tuple' in namespace 'std' does not name a template type -> std::tuple { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1018:18: error: expected initializer before '<' token -> std::tuple { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xpending(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1031:10: error: 'reply' does not name a type auto reply = command(cmd::xpending_detail, key, group, start, end, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1033:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xpending(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1044:10: error: 'reply' does not name a type auto reply = command(cmd::xpending_per_consumer, key, group, start, end, count, consumer); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1046:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1054:10: error: 'reply' does not name a type auto reply = command(cmd::xrange, key, start, end); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1056:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1065:10: error: 'reply' does not name a type auto reply = command(cmd::xrange_count, key, start, end, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1067:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xread(const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1075:10: error: 'reply' does not name a type auto reply = command(cmd::xread, key, id, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1077:30: error: expected primary-expression before ')' token if (!reply::is_nil(*reply)) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1078:31: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1084:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1084:31: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1097:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1097:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1097:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1097:62: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1110:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1110:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1110:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1110:62: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xreadgroup(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, bool, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1131:10: error: 'reply' does not name a type auto reply = _command(cmd::xreadgroup, key, group, consumer, key, id, count, noack); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1133:30: error: expected primary-expression before ')' token if (!reply::is_nil(*reply)) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1134:31: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1146:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1146:31: error: expected initializer before '<' token -> typename std::enable_if::value>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1168:44: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1168:65: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1168:65: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1168:66: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1192:44: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1192:65: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1192:65: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1192:66: error: expected initializer before 'timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xrevrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1219:10: error: 'reply' does not name a type auto reply = command(cmd::xrevrange, key, end, start); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1221:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: In member function 'void sw::redis::RedisCluster::xrevrange(const sw::redis::StringView&, const sw::redis::StringView&, const sw::redis::StringView&, long long int, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1230:10: error: 'reply' does not name a type auto reply = command(cmd::xrevrange_count, key, end, start, count); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1232:27: error: expected primary-expression before ',' token reply::to_array(*reply, output); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1235:48: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1236:50: error: expected ',' or '...' before '&&' token auto RedisCluster::_generic_command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1237:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1237:31: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1242:48: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1243:50: error: expected ',' or '...' before '&&' token auto RedisCluster::_generic_command(Cmd cmd, Key &&key, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1244:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1244:31: error: expected initializer before '<' token -> typename std::enable_if::type>::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1250:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1251:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_command(Cmd cmd, std::true_type, const StringView &key, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1255:50: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1256:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_command(Cmd cmd, std::false_type, Input &&first, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1265:50: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1266:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_range_command(Cmd cmd, std::true_type, Input input, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1270:50: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1271:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_range_command(Cmd cmd, std::false_type, Input input, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1275:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1276:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_command(Cmd cmd, Connection &connection, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1284:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1285:1: error: 'ReplyUPtr' does not name a type ReplyUPtr RedisCluster::_command(Cmd cmd, const StringView &key, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1335:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1336:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr RedisCluster::_score_command(std::true_type, Cmd cmd, Args &&... args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1340:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1341:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr RedisCluster::_score_command(std::false_type, Cmd cmd, Args &&... args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1345:51: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis_cluster.hpp:1346:8: error: 'ReplyUPtr' does not name a type inline ReplyUPtr RedisCluster::_score_command(Cmd cmd, Args &&... args) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:44:29: error: expected ',' or '...' before '&&' token QueuedRedis(QueuedRedis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:44:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 QueuedRedis(QueuedRedis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:44:35: error: invalid constructor; you probably meant 'sw::redis::QueuedRedis (const sw::redis::QueuedRedis&)' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:45:40: error: expected ',' or '...' before '&&' token QueuedRedis& operator=(QueuedRedis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:45:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 QueuedRedis& operator=(QueuedRedis &&) = default; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:53:38: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:54:32: error: expected ',' or '...' before '&&' token auto command(Cmd cmd, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:55:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:55:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:58:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:59:59: error: expected ',' or '...' before '&&' token QueuedRedis& command(const StringView &cmd_name, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:59:68: error: parameter packs not expanded with '...': QueuedRedis& command(const StringView &cmd_name, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:59:68: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:63:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, QueuedRedis&>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:63:35: error: expected initializer before '<' token -> typename std::enable_if::value, QueuedRedis&>::type; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:156:22: error: 'initializer_list' is not a member of 'std' QueuedRedis& del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:156:45: error: expected primary-expression before '>' token QueuedRedis& del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:156:47: error: 'il' was not declared in this scope QueuedRedis& del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:156:51: error: expected ';' before '{' token QueuedRedis& del(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:158:5: error: data member 'del' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:176:25: error: 'initializer_list' is not a member of 'std' QueuedRedis& exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:176:48: error: expected primary-expression before '>' token QueuedRedis& exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:176:50: error: 'il' was not declared in this scope QueuedRedis& exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:176:54: error: expected ';' before '{' token QueuedRedis& exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:178:5: error: data member 'exists' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:52: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:44: error: expected ';' at end of member declaration const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:60: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:194:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:216:69: error: expected unqualified-id before ')' token const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:225:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::time_point il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:294:47: error: expected primary-expression before '>' token QueuedRedis& touch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:294:49: error: 'il' was not declared in this scope QueuedRedis& touch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:294:53: error: expected ';' before '{' token QueuedRedis& touch(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:296:5: error: data member 'touch' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:300:5: error: 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::ttl(const sw::redis::StringView&)' conflicts with a previous declaration } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:255:95: note: previous declaration 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:318:25: error: 'initializer_list' is not a member of 'std' QueuedRedis& unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:318:48: error: expected primary-expression before '>' token QueuedRedis& unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:318:50: error: 'il' was not declared in this scope QueuedRedis& unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:318:54: error: expected ';' before '{' token QueuedRedis& unlink(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:320:5: error: data member 'unlink' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:55: error: 'chrono' in namespace 'std' does not name a type QueuedRedis& wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:76: error: expected unqualified-id before '&' token QueuedRedis& wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:76: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:63: error: expected ';' at end of member declaration QueuedRedis& wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:77: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] QueuedRedis& wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:77: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:77: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:326:84: error: expected unqualified-id before ')' token QueuedRedis& wait(long long numslaves, const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:361:30: error: 'std::initializer_list' has not been declared std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:361:46: error: expected ',' or '...' before '<' token std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:416:23: error: 'initializer_list' is not a member of 'std' QueuedRedis& mget(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:416:46: error: expected primary-expression before '>' token QueuedRedis& mget(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:416:48: error: 'il' was not declared in this scope QueuedRedis& mget(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:416:52: error: expected ';' before '{' token QueuedRedis& mget(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:418:5: error: data member 'mget' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:428:23: error: 'initializer_list' is not a member of 'std' QueuedRedis& mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:428:46: error: expected primary-expression before '>' token QueuedRedis& mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:428:48: error: 'il' was not declared in this scope QueuedRedis& mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:428:52: error: expected ';' before '{' token QueuedRedis& mset(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:430:5: error: data member 'mset' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:440:25: error: 'initializer_list' is not a member of 'std' QueuedRedis& msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:440:48: error: expected primary-expression before '>' token QueuedRedis& msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:440:50: error: 'il' was not declared in this scope QueuedRedis& msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:440:54: error: expected ';' before '{' token QueuedRedis& msetnx(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:442:5: error: data member 'msetnx' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:44: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:58: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:451:61: error: redeclaration of 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:255:95: note: previous declaration 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:452:25: error: expected unqualified-id before 'const' const StringView &val) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:44: error: expected ';' at end of member declaration const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:91: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:91: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:92: error: redeclaration of 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:255:95: note: previous declaration 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:459:25: error: ISO C++ forbids declaration of 'UpdateType' with no type [-fpermissive] UpdateType type = UpdateType::ALWAYS) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:459:25: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:459:36: error: 'type' does not name a type UpdateType type = UpdateType::ALWAYS) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:52: error: expected unqualified-id before '&' token const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:44: error: expected ';' at end of member declaration const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:53: error: ISO C++ forbids declaration of 'ttl' with no type [-fpermissive] const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:472:56: error: redeclaration of 'int& sw::redis::QueuedRedis::ttl' const std::chrono::seconds &ttl, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:255:95: note: previous declaration 'int& sw::redis::QueuedRedis::ttl' const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:473:25: error: expected unqualified-id before 'const' const StringView &val) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:52: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:44: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:85: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:85: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:85: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:85: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:86: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:24: error: 'initializer_list' is not a member of 'std' QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:47: error: expected primary-expression before '>' token QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:49: error: 'il' was not declared in this scope QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:53: error: expected primary-expression before 'long' QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:70: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:510:72: error: expected ';' before '{' token QueuedRedis& blpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:512:5: error: data member 'blpop' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:517:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:517:52: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:517:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:517:52: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:517:86: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:522:24: error: 'initializer_list' is not a member of 'std' QueuedRedis& blpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:522:47: error: expected primary-expression before '>' token QueuedRedis& blpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:522:49: error: 'il' was not declared in this scope QueuedRedis& blpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:523:25: error: expected primary-expression before 'const' const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:523:86: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:523:88: error: expected ';' before '{' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:525:5: error: data member 'blpop' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:52: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:44: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:85: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:85: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:85: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:85: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:86: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:24: error: 'initializer_list' is not a member of 'std' QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:47: error: expected primary-expression before '>' token QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:49: error: 'il' was not declared in this scope QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:53: error: expected primary-expression before 'long' QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:70: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:544:72: error: expected ';' before '{' token QueuedRedis& brpop(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:546:5: error: data member 'brpop' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:551:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:551:52: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:551:52: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:551:52: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:551:86: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:556:24: error: 'initializer_list' is not a member of 'std' QueuedRedis& brpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:556:47: error: expected primary-expression before '>' token QueuedRedis& brpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:556:49: error: 'il' was not declared in this scope QueuedRedis& brpop(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:557:25: error: expected primary-expression before 'const' const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:557:86: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:557:88: error: expected ';' before '{' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:559:5: error: data member 'brpop' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:48: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:89: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:89: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:89: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:89: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:90: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:604:52: error: 'std::initializer_list' has not been declared QueuedRedis& lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:604:68: error: expected ',' or '...' before '<' token QueuedRedis& lpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:650:52: error: 'std::initializer_list' has not been declared QueuedRedis& rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:650:68: error: expected ',' or '...' before '<' token QueuedRedis& rpush(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:672:51: error: 'std::initializer_list' has not been declared QueuedRedis& hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:672:67: error: expected ',' or '...' before '<' token QueuedRedis& hdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:716:52: error: 'std::initializer_list' has not been declared QueuedRedis& hmget(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:716:68: error: expected ',' or '...' before '<' token QueuedRedis& hmget(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:728:52: error: 'std::initializer_list' has not been declared QueuedRedis& hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:728:68: error: expected ',' or '...' before '<' token QueuedRedis& hmset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:766:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:766:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:774:51: error: 'std::initializer_list' has not been declared QueuedRedis& hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:774:67: error: expected ',' or '...' before '<' token QueuedRedis& hset(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:808:51: error: 'std::initializer_list' has not been declared QueuedRedis& sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:808:67: error: expected ',' or '...' before '<' token QueuedRedis& sadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:824:24: error: 'initializer_list' is not a member of 'std' QueuedRedis& sdiff(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:824:47: error: expected primary-expression before '>' token QueuedRedis& sdiff(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:824:49: error: 'il' was not declared in this scope QueuedRedis& sdiff(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:824:53: error: expected ';' before '{' token QueuedRedis& sdiff(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:826:5: error: data member 'sdiff' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:842:65: error: 'std::initializer_list' has not been declared QueuedRedis& sdiffstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:842:81: error: expected ',' or '...' before '<' token QueuedRedis& sdiffstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:854:25: error: 'initializer_list' is not a member of 'std' QueuedRedis& sinter(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:854:48: error: expected primary-expression before '>' token QueuedRedis& sinter(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:854:50: error: 'il' was not declared in this scope QueuedRedis& sinter(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:854:54: error: expected ';' before '{' token QueuedRedis& sinter(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:856:5: error: data member 'sinter' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:872:66: error: 'std::initializer_list' has not been declared QueuedRedis& sinterstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:872:82: error: expected ',' or '...' before '<' token QueuedRedis& sinterstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:918:51: error: 'std::initializer_list' has not been declared QueuedRedis& srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:918:67: error: expected ',' or '...' before '<' token QueuedRedis& srem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:954:25: error: 'initializer_list' is not a member of 'std' QueuedRedis& sunion(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:954:48: error: expected primary-expression before '>' token QueuedRedis& sunion(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:954:50: error: 'il' was not declared in this scope QueuedRedis& sunion(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:954:54: error: expected ';' before '{' token QueuedRedis& sunion(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:956:5: error: data member 'sunion' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:970:66: error: 'std::initializer_list' has not been declared QueuedRedis& sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:970:82: error: expected ',' or '...' before '<' token QueuedRedis& sunionstore(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:48: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:48: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:40: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:81: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:81: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:81: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:81: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:82: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:995:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:995:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:995:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:995:56: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:995:90: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:27: error: 'initializer_list' is not a member of 'std' QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:50: error: expected primary-expression before '>' token QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:52: error: 'il' was not declared in this scope QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:56: error: expected primary-expression before 'long' QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:73: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1000:75: error: expected ';' before '{' token QueuedRedis& bzpopmax(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1002:5: error: data member 'bzpopmax' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1005:27: error: 'initializer_list' is not a member of 'std' QueuedRedis& bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1005:50: error: expected primary-expression before '>' token QueuedRedis& bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1005:52: error: 'il' was not declared in this scope QueuedRedis& bzpopmax(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1006:29: error: expected primary-expression before 'const' const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1006:90: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1006:92: error: expected ';' before '{' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1008:5: error: data member 'bzpopmax' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:48: error: expected ';' at end of member declaration const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:89: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:89: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:89: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:89: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:90: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1029:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1029:56: error: expected unqualified-id before '&' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1029:56: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1029:56: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1029:90: error: expected unqualified-id before ')' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:27: error: 'initializer_list' is not a member of 'std' QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:50: error: expected primary-expression before '>' token QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:52: error: 'il' was not declared in this scope QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:56: error: expected primary-expression before 'long' QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:73: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1034:75: error: expected ';' before '{' token QueuedRedis& bzpopmin(std::initializer_list il, long long timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1036:5: error: data member 'bzpopmin' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1039:27: error: 'initializer_list' is not a member of 'std' QueuedRedis& bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1039:50: error: expected primary-expression before '>' token QueuedRedis& bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1039:52: error: 'il' was not declared in this scope QueuedRedis& bzpopmin(std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1040:29: error: expected primary-expression before 'const' const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1040:90: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1040:92: error: expected ';' before '{' token const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1042:5: error: data member 'bzpopmin' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1048:25: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1057:25: error: 'UpdateType' is not a type UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1095:38: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1095:54: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1179:51: error: 'std::initializer_list' has not been declared QueuedRedis& zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1179:67: error: expected ',' or '...' before '<' token QueuedRedis& zrem(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1284:38: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1284:54: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1303:52: error: 'std::initializer_list' has not been declared QueuedRedis& pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1303:68: error: expected ',' or '...' before '<' token QueuedRedis& pfadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1319:26: error: 'initializer_list' is not a member of 'std' QueuedRedis& pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1319:49: error: expected primary-expression before '>' token QueuedRedis& pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1319:51: error: 'il' was not declared in this scope QueuedRedis& pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1319:55: error: expected ';' before '{' token QueuedRedis& pfcount(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1321:5: error: data member 'pfcount' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1335:62: error: 'std::initializer_list' has not been declared QueuedRedis& pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1335:78: error: expected ',' or '...' before '<' token QueuedRedis& pfmerge(const StringView &destination, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1342:36: error: 'tuple' in namespace 'std' does not name a template type const std::tuple &member) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1342:41: error: expected ',' or '...' before '<' token const std::tuple &member) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1356:53: error: 'std::initializer_list' has not been declared QueuedRedis& geoadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1356:69: error: expected ',' or '...' before '<' token QueuedRedis& geoadd(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1380:54: error: 'std::initializer_list' has not been declared QueuedRedis& geohash(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1380:70: error: expected ',' or '...' before '<' token QueuedRedis& geohash(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1397:53: error: 'std::initializer_list' has not been declared QueuedRedis& geopos(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1397:69: error: expected ',' or '...' before '<' token QueuedRedis& geopos(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1493:30: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1493:46: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1499:34: error: 'std::initializer_list' has not been declared std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1499:50: error: expected ',' or '...' before '<' token std::initializer_list keys, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1517:32: error: 'initializer_list' is not a member of 'std' QueuedRedis& script_exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1517:55: error: expected primary-expression before '>' token QueuedRedis& script_exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1517:57: error: 'il' was not declared in this scope QueuedRedis& script_exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1517:61: error: expected ';' before '{' token QueuedRedis& script_exists(std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1519:5: error: data member 'script_exists' cannot be a member template } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1553:76: error: 'std::initializer_list' has not been declared QueuedRedis& xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1553:92: error: expected ',' or '...' before '<' token QueuedRedis& xack(const StringView &key, const StringView &group, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1565:73: error: 'std::initializer_list' has not been declared QueuedRedis& xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1565:89: error: expected ',' or '...' before '<' token QueuedRedis& xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1584:30: error: 'std::initializer_list' has not been declared std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1584:46: error: expected ',' or '...' before '<' token std::initializer_list il, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1582:18: error: 'template template sw::redis::QueuedRedis& sw::redis::QueuedRedis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' cannot be overloaded QueuedRedis& xadd(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1565:18: error: with 'template template sw::redis::QueuedRedis& sw::redis::QueuedRedis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)' QueuedRedis& xadd(const StringView &key, const StringView &id, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1593:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1593:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1593:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1593:44: error: expected ';' at end of member declaration const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1593:58: error: ISO C++ forbids declaration of 'min_idle_time' with no type [-fpermissive] const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1594:25: error: expected unqualified-id before 'const' const StringView &id) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1602:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1602:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1602:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1602:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1620:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1620:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &min_idle_time, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1620:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1620:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1637:51: error: 'std::initializer_list' has not been declared QueuedRedis& xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1637:67: error: expected ',' or '...' before '<' token QueuedRedis& xdel(const StringView &key, std::initializer_list il) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1712:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1712:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1721:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1721:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:44: error: expected ';' at end of member declaration const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:58: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1728:65: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1729:25: error: expected unqualified-id before 'long' long long count) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:36: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:57: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:57: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:44: error: expected ';' at end of member declaration const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1733:18: error: 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xread(...)' cannot be overloaded QueuedRedis& xread(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1726:18: error: with 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xread(...)' QueuedRedis& xread(const StringView &key, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:58: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:58: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:58: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1735:65: error: expected unqualified-id before ')' token const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1742:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1742:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1742:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1742:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1754:28: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1754:49: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1754:49: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1754:49: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1784:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1784:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1797:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1797:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1807:26: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1807:35: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:48: error: expected ';' at end of member declaration const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:62: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1816:69: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1817:29: error: expected unqualified-id before 'long' long long count, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:48: error: expected ';' at end of member declaration const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1829:18: error: 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xreadgroup(...)' cannot be overloaded QueuedRedis& xreadgroup(const StringView &group, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1812:18: error: with 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xreadgroup(...)' QueuedRedis& xreadgroup(const StringView &group, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:62: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1833:69: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1834:29: error: expected unqualified-id before 'long' long long count) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:40: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:61: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:61: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:48: error: expected ';' at end of member declaration const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1838:18: error: 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xreadgroup(...)' cannot be overloaded QueuedRedis& xreadgroup(const StringView &group, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1812:18: error: with 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xreadgroup(...)' QueuedRedis& xreadgroup(const StringView &group, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:62: error: ISO C++ forbids declaration of 'timeout' with no type [-fpermissive] const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:62: error: expected ';' at end of member declaration /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:62: error: redeclaration of 'int& sw::redis::QueuedRedis::timeout' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:185:53: note: previous declaration 'int& sw::redis::QueuedRedis::timeout' const std::chrono::seconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1842:69: error: expected unqualified-id before ')' token const std::chrono::milliseconds &timeout) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1851:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1851:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1851:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1851:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1873:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1873:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1873:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1873:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1885:32: error: 'chrono' in namespace 'std' does not name a type const std::chrono::milliseconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1885:53: error: expected unqualified-id before '&' token const std::chrono::milliseconds &timeout) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1885:53: error: expected ')' before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1885:53: error: expected initializer before '&' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1913:24: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1914:23: error: 'ConnectionPoolSPtr' does not name a type QueuedRedis(const ConnectionPoolSPtr &pool, bool new_connection, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1914:75: error: expected ',' or '...' before '&&' token QueuedRedis(const ConnectionPoolSPtr &pool, bool new_connection, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1914:84: error: parameter packs not expanded with '...': QueuedRedis(const ConnectionPoolSPtr &pool, bool new_connection, Args &&...args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1914:84: note: 'Args' /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1928:39: error: 'ReplyUPtr' was not declared in this scope void _rewrite_replies(std::vector &replies) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1928:48: error: template argument 1 is invalid void _rewrite_replies(std::vector &replies) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1928:48: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1933:41: error: 'ReplyUPtr' was not declared in this scope std::vector &replies) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1933:50: error: template argument 1 is invalid std::vector &replies) const; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1933:50: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1935:5: error: 'GuardedConnectionSPtr' does not name a type GuardedConnectionSPtr _guarded_connection; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1937:5: error: 'ConnectionPoolSPtr' does not name a type ConnectionPoolSPtr _connection_pool; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1939:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool _new_connection = true; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1943:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 std::size_t _cmd_num = 0; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1949:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool _valid = true; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1048:43: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1057:43: error: 'UpdateType' is not a class or namespace UpdateType type = UpdateType::ALWAYS, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1087:52: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1276:52: error: 'Aggregation' is not a class or namespace Aggregation type = Aggregation::SUM) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1363:44: error: 'GeoUnit' is not a class or namespace GeoUnit unit = GeoUnit::M) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:255:73: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds{0}, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:458:69: error: 'std::chrono' has not been declared const std::chrono::milliseconds &ttl = std::chrono::milliseconds(0), ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:498:68: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:532:68: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:569:72: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:981:64: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1015:72: error: 'std::chrono' has not been declared const std::chrono::seconds &timeout = std::chrono::seconds{0}) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::bitop(sw::redis::BitOp, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:362:39: error: 'il' was not declared in this scope return bitop(op, destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::lpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:605:27: error: 'il' was not declared in this scope return lpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::rpush(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:651:27: error: 'il' was not declared in this scope return rpush(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::hdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:673:26: error: 'il' was not declared in this scope return hdel(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::hmget(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:717:27: error: 'il' was not declared in this scope return hmget(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::hmset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:729:27: error: 'il' was not declared in this scope return hmset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::hset(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:775:26: error: 'il' was not declared in this scope return hset(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::sadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:809:26: error: 'il' was not declared in this scope return sadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::sdiffstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:843:40: error: 'il' was not declared in this scope return sdiffstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::sinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:873:41: error: 'il' was not declared in this scope return sinterstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::srem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:919:26: error: 'il' was not declared in this scope return srem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::sunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:971:41: error: 'il' was not declared in this scope return sunionstore(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zinterstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1097:41: error: 'il' was not declared in this scope return zinterstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zrangebylex(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1143:43: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return zrangebylex(key, interval, {}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zrangebyscore(const sw::redis::StringView&, const Interval&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1160:45: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return zrangebyscore(key, interval, {}, with_scores); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zrem(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1180:26: error: 'il' was not declared in this scope return zrem(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zrevrangebylex(const sw::redis::StringView&, const Interval&)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1214:46: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return zrevrangebylex(key, interval, {}); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zrevrangebyscore(const sw::redis::StringView&, const Interval&, bool)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1231:48: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 return zrevrangebyscore(key, interval, {}, with_scores); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::zunionstore(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1286:41: error: 'il' was not declared in this scope return zunionstore(destination, il.begin(), il.end(), type); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::pfadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1304:27: error: 'il' was not declared in this scope return pfadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::pfmerge(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1336:37: error: 'il' was not declared in this scope return pfmerge(destination, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::geoadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1343:42: error: 'member' was not declared in this scope return command(cmd::geoadd, key, member); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::geoadd(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1357:28: error: 'il' was not declared in this scope return geoadd(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::geohash(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1381:29: error: 'il' was not declared in this scope return geohash(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::geopos(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1398:28: error: 'il' was not declared in this scope return geopos(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::eval(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1495:49: error: 'args' was not declared in this scope return command(cmd::eval, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::evalsha(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1501:52: error: 'args' was not declared in this scope return command(cmd::evalsha, script, keys, args); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xack(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1554:33: error: 'il' was not declared in this scope return xack(key, group, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1566:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xadd(const sw::redis::StringView&, const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1587:30: error: 'il' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1587:52: error: 'count' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1587:59: error: 'approx' was not declared in this scope return xadd(key, id, il.begin(), il.end(), count, approx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In member function 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::xdel(const sw::redis::StringView&, int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1638:26: error: 'il' was not declared in this scope return xdel(key, il.begin(), il.end()); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1968:40: error: 'ReplyUPtr' was not declared in this scope explicit QueuedReplies(std::vector replies) : _replies(std::move(replies)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1968:49: error: template argument 1 is invalid explicit QueuedReplies(std::vector replies) : _replies(std::move(replies)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1968:49: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1972:17: error: 'ReplyUPtr' was not declared in this scope std::vector _replies; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1972:26: error: template argument 1 is invalid std::vector _replies; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1972:26: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h: In constructor 'sw::redis::QueuedReplies::QueuedReplies(int)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1968:71: error: 'move' is not a member of 'std' explicit QueuedReplies(std::vector replies) : _replies(std::move(replies)) {} ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1968:71: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:171:13: note: 'sw::redis::cmd::move' inline void move(Connection &connection, const StringView &key, long long db) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1979:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:25:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:26:38: error: 'ConnectionPoolSPtr' does not name a type QueuedRedis::QueuedRedis(const ConnectionPoolSPtr &pool, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:28:38: error: expected ',' or '...' before '&&' token Args &&...args) : ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:26:1: error: prototype for 'sw::redis::QueuedRedis::QueuedRedis(const int&, bool, Args)' does not match any in class 'sw::redis::QueuedRedis' QueuedRedis::QueuedRedis(const ConnectionPoolSPtr &pool, ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1914:5: error: candidate is: template template sw::redis::QueuedRedis::QueuedRedis(const int&, bool, ) QueuedRedis(const ConnectionPoolSPtr &pool, bool new_connection, Args &&...args); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1979:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'sw::redis::Redis sw::redis::QueuedRedis::redis()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:52:18: error: '_guarded_connection' was not declared in this scope return Redis(_guarded_connection); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:56:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:57:47: error: expected ',' or '...' before '&&' token auto QueuedRedis::command(Cmd cmd, Args &&...args) ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:58:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:58:31: error: expected initializer before '<' token -> typename std::enable_if::value, ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:75:20: warning: variadic templates only available with -std=c++11 or -std=gnu++11 template ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:76:80: error: expected ',' or '...' before '&&' token QueuedRedis& QueuedRedis::command(const StringView &cmd_name, Args &&...args) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:76:20: error: prototype for 'sw::redis::QueuedRedis& sw::redis::QueuedRedis::command(const sw::redis::StringView&, Args)' does not match any in class 'sw::redis::QueuedRedis' QueuedRedis& QueuedRedis::command(const StringView &cmd_name, Args &&...args) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22:0, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:59:18: error: candidate is: template template sw::redis::QueuedRedis& sw::redis::QueuedRedis::command(const sw::redis::StringView&, ) QueuedRedis& command(const StringView &cmd_name, Args &&...args); ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1979:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:89:22: error: 'enable_if' in namespace 'std' does not name a template type -> typename std::enable_if::value, QueuedRedis&>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:89:31: error: expected initializer before '<' token -> typename std::enable_if::value, QueuedRedis&>::type { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'sw::redis::QueuedReplies sw::redis::QueuedRedis::exec()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:111:14: error: 'replies' does not name a type auto replies = _impl.exec(_connection(), _cmd_num); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:113:26: error: 'replies' was not declared in this scope _rewrite_replies(replies); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:117:30: error: 'move' is not a member of 'std' return QueuedReplies(std::move(replies)); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:117:30: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/subscriber.h:25:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:29, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/command.h:171:13: note: 'sw::redis::cmd::move' inline void move(Connection &connection, const StringView &key, long long db) { ^ In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.h:1979:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:22, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'sw::redis::Connection& sw::redis::QueuedRedis::_connection()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:147:10: error: '_guarded_connection' was not declared in this scope if (!_guarded_connection) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:148:31: error: 'make_shared' is not a member of 'std' _guarded_connection = std::make_shared(_connection_pool); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:148:65: error: expected primary-expression before '>' token _guarded_connection = std::make_shared(_connection_pool); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:148:67: error: '_connection_pool' was not declared in this scope _guarded_connection = std::make_shared(_connection_pool); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:151:12: error: '_guarded_connection' was not declared in this scope return _guarded_connection->connection(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'void sw::redis::QueuedRedis::_return_connection()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:180:9: error: '_guarded_connection' was not declared in this scope if (_guarded_connection.use_count() == 1) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'void sw::redis::QueuedRedis::_clean_up()': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:199:9: error: '_guarded_connection' was not declared in this scope if (_guarded_connection && !_new_connection) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: At global scope: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:208:54: error: 'ReplyUPtr' was not declared in this scope void QueuedRedis::_rewrite_replies(std::vector &replies) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:208:63: error: template argument 1 is invalid void QueuedRedis::_rewrite_replies(std::vector &replies) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:208:63: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:218:57: error: 'ReplyUPtr' was not declared in this scope std::vector &replies) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:218:66: error: template argument 1 is invalid std::vector &replies) const { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:218:66: error: template argument 2 is invalid /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'void sw::redis::QueuedRedis::_rewrite_replies(const std::vector&, Func, int&) const': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:219:15: error: 'idx' does not name a type for (auto idx : indexes) { ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected ';' before '}' token } ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected primary-expression before '}' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected ';' before '}' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected primary-expression before '}' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected ')' before '}' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:228:1: error: expected primary-expression before '}' token /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'std::size_t sw::redis::QueuedReplies::size() const': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:231:21: error: request for member 'size' in '((const sw::redis::QueuedReplies*)this)->sw::redis::QueuedReplies::_replies', which is of non-class type 'const int' return _replies.size(); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'redisReply& sw::redis::QueuedReplies::get(std::size_t)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:237:11: error: ISO C++ forbids declaration of 'reply' with no type [-fpermissive] auto &reply = _replies[idx]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:237:31: error: invalid types 'int[std::size_t {aka long unsigned int}]' for array subscript auto &reply = _replies[idx]; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:241:13: error: invalid type argument of unary '*' (have 'int') return *reply; ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'Result sw::redis::QueuedReplies::get(std::size_t)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:246:11: error: ISO C++ forbids declaration of 'reply' with no type [-fpermissive] auto &reply = get(idx); ^ /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp: In member function 'void sw::redis::QueuedReplies::get(std::size_t, Output)': /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/queued_redis.hpp:253:11: error: ISO C++ forbids declaration of 'reply' with no type [-fpermissive] auto &reply = get(idx); ^ /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp: In function 'int main()': /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:7:14: error: 'redis' does not name a type auto redis = Redis("tcp://127.0.0.1:6379"); ^ /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:8:9: error: 'redis' was not declared in this scope redis.set("key", "val"); ^ /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:8:9: note: suggested alternative: In file included from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection.h:28:0, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/connection_pool.h:26, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis.h:25, from /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/redis++.h:20, from /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-4133/.conan/data/redis-plus-plus/1.2.1/_/_/package/2a6ddeb6f2af91876b21bb83f3f73f4e6d7c58d3/include/sw/redis++/errors.h:26:17: note: 'sw::redis' namespace redis { ^ /home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/test_package.cpp:9:29: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 redis.rpush("list", {"a", "b", "c"}); ^ make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: redis-plus-plus/1.2.1 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4133/2/8d07b2c6-5473-4da1-9879-e0e41b56e108/recipes/redis-plus-plus/all/test_package/build/04caca34d069baecd2772feb931bb2df6f9a07b2' '--' '-j3'