* installing *source* package ‘websocket’ ... ** package ‘websocket’ successfully unpacked and MD5 sums checked ** using staged installation Found pkg-config cflags and libs! Using PKG_CFLAGS=-I/opt/R/x86_64/include Using PKG_LIBS=-L/opt/R/x86_64/lib -lssl -lcrypto ** libs using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cpp11.cpp -o cpp11.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c debug.cpp -o debug.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket.cpp -o websocket.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket_connection.cpp -o websocket_connection.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./lib -I/opt/R/x86_64/include -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c websocket_task.cpp -o websocket_task.o In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:5: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:5: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ In file included from websocket.cpp:15: ./wrapped_print.h:37:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDERR_FILENO, buf, n); ^ ./wrapped_print.h:56:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] ssize_t res = write(STDOUT_FILENO, buf, n); ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename T, typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename T, typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename T, typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] basic_system_executor<Blocking, Relationship, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator<void> >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] basic_system_executor<Blocking, Relationship, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator<void> >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] basic_system_executor<Blocking, Relationship, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator<void> >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ : note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator<void>(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator<void>(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator<void>(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return &detail::global<impl<system_executor, std::allocator<void> > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] : impl_(impl<Executor, std::allocator<void> >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void> >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return &detail::global<impl<system_executor, std::allocator<void> > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] : impl_(impl<Executor, std::allocator<void> >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return &detail::global<impl<system_executor, std::allocator<void> > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] : impl_(impl<Executor, std::allocator<void> >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] pool_, std::allocator<void>(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] operator std::allocator<void>() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] is_same<std::allocator<void>, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return std::allocator<void>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] pool_, std::allocator<void>(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type<std::allocator<void>, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type<std::allocator<void>, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return basic_executor_type<std::allocator<void>, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] pool_, std::allocator<void>(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] std::allocator<void>()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] operator std::allocator<void>() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] is_same<std::allocator<void>, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] operator std::allocator<void>() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] is_same<std::allocator<void>, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return std::allocator<void>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] return std::allocator<void>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] template <typename Allocator = std::allocator<void> > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::function<void ()>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<std::function<void ()>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<std::function<void ()>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<std::function<void ()>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void ()>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, std::function<void ()>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::function<void ()>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<std::function<void ()>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<std::function<void ()>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<std::function<void ()>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void ()>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, std::function<void ()>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::default_tag>' requested here ASIO_DEFINE_HANDLER_ALLOCATOR_PTR(executor_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:282:3: note: expanded from macro 'ASIO_DEFINE_HANDLER_ALLOCATOR_PTR' ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op<asio::detail::executor_function, std::allocator<void>>::ptr::allocate' requested here op::ptr::allocate(static_cast<const Allocator&>(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type<std::allocator<void>, 0>::execute<asio::detail::executor_function>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here &any_executor_base::execute_ex<Ex>, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:501:19: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::target_fns_table<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : target_fns_(target_fns_table<Executor>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:1410:7: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) : detail::any_executor_base( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor<asio::execution::context_as_t<asio::execution_context &>, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only<asio::execution::detail::blocking::possibly_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::tracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::untracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::fork_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::continuation_t<0>>>::any_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl<asio::detail::reactive_socket_service<asio::ip::tcp>, asio::any_io_executor>::io_object_impl<asio::io_context>' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::basic_socket<asio::io_context>' requested here : basic_socket<Protocol, Executor>(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::basic_stream_socket<asio::io_context>' requested here m_socket.reset(new lib::asio::ip::tcp::socket(*service)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::default_tag>' requested here ASIO_DEFINE_HANDLER_ALLOCATOR_PTR(executor_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:282:3: note: expanded from macro 'ASIO_DEFINE_HANDLER_ALLOCATOR_PTR' ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op<asio::detail::executor_function, std::allocator<void>>::ptr::allocate' requested here op::ptr::allocate(static_cast<const Allocator&>(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type<std::allocator<void>, 0>::execute<asio::detail::executor_function>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here &any_executor_base::execute_ex<Ex>, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:501:19: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::target_fns_table<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : target_fns_(target_fns_table<Executor>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:1410:7: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) : detail::any_executor_base( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor<asio::execution::context_as_t<asio::execution_context &>, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only<asio::execution::detail::blocking::possibly_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::tracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::untracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::fork_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::continuation_t<0>>>::any_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl<asio::detail::reactive_socket_service<asio::ip::tcp>, asio::any_io_executor>::io_object_impl<asio::io_context>' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::basic_socket<asio::io_context>' requested here : basic_socket<Protocol, Executor>(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::basic_stream_socket<asio::io_context>' requested here m_socket.reset(new lib::asio::ip::tcp::socket(*service)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::function<void ()>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<std::function<void ()>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<std::function<void ()>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<std::function<void ()>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void ()>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, std::function<void ()>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, std::function<void ()>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::completion_handler' requested here p.p = new (p.v) op(handler2.value, self->get_executor()); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void ()>::initiate<asio::io_context::initiate_post, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, asio::io_context *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void ()>, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate<LegacyCompletionHandler, void ()>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::default_tag>' requested here ASIO_DEFINE_HANDLER_ALLOCATOR_PTR(executor_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:282:3: note: expanded from macro 'ASIO_DEFINE_HANDLER_ALLOCATOR_PTR' ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op<asio::detail::executor_function, std::allocator<void>>::ptr::allocate' requested here op::ptr::allocate(static_cast<const Allocator&>(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type<std::allocator<void>, 0>::execute<asio::detail::executor_function>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here &any_executor_base::execute_ex<Ex>, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:501:19: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::target_fns_table<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : target_fns_(target_fns_table<Executor>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:1410:7: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) : detail::any_executor_base( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor<asio::execution::context_as_t<asio::execution_context &>, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only<asio::execution::detail::blocking::possibly_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::tracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::outstanding_work::untracked_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::fork_t<0>>, asio::execution::prefer_only<asio::execution::detail::relationship::continuation_t<0>>>::any_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor<asio::io_context::basic_executor_type<std::allocator<void>, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl<asio::detail::reactive_socket_service<asio::ip::tcp>, asio::any_io_executor>::io_object_impl<asio::io_context>' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::basic_socket<asio::io_context>' requested here : basic_socket<Protocol, Executor>(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::basic_stream_socket<asio::io_context>' requested here m_socket.reset(new lib::asio::ip::tcp::socket(*service)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::executor_function_tag>' requested here ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base<asio::any_io_executor>::dispatch<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>' requested here base1_type::dispatch(function, handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:144:9: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) w.complete(handler, handler.handler_); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::executor_function_tag>' requested here ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base<asio::any_io_executor>::dispatch<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>' requested here base1_type::dispatch(function, handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:144:9: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) w.complete(handler, handler.handler_); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ :21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator<T>&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator<std::allocator<void>, asio::detail::thread_info_base::executor_function_tag>' requested here ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:253:40: note: expanded from macro 'ASIO_DEFINE_TAGGED_HANDLER_ALLOCATOR_PTR' typedef typename ::asio::detail::get_recycling_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator<void>>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator<void>())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>>' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base<asio::any_io_executor>::dispatch<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>' requested here base1_type::dispatch(function, handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:144:9: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) w.complete(handler, handler.handler_); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::handshake_op, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake::operator()<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::ssl::stream_base::handshake_type &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate<std::__bind<void (ws_websocketpp::transport::asio::tls_socket::connection::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::tls_socket::connection>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate<HandshakeToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_task.cpp:1: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ In file included from websocket.cpp:17: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>, std::error_code>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function<void (const std::error_code &)>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 19 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::function<void (const std::error_code &)>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<asio::detail::wrapped_handler<asio::io_context::strand, std::function<void (const std::error_code &)>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>::operator()' requested here io_op<Stream, Operation, Handler>( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::shutdown_op, std::function<void (const std::error_code &)>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown::operator()<std::function<void (const std::error_code &)> &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::function<void (const std::error_code &)>, void (std::error_code)>::initiate<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown, std::function<void (const std::error_code &)> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate<std::function<void (const std::error_code &)> &, void (std::error_code), asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>::initiate_async_shutdown>' requested here return async_initiate<ShutdownToken, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 51 warnings generated. In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service<asio::detail::chrono_time_traits<std::chrono::steady_clock, asio::wait_traits<std::chrono::steady_clock>>>::async_wait<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>' requested here self_->impl_.get_service().async_wait( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:775:12: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WaitToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 29 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 18 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service<asio::detail::chrono_time_traits<std::chrono::steady_clock, asio::wait_traits<std::chrono::steady_clock>>>::async_wait<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::any_io_executor>' requested here self_->impl_.get_service().async_wait( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait::operator()<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:775:12: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WaitToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ 51 warnings generated. In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 26 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 16 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 24 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 13 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service<asio::ip::tcp>::async_connect<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_connect( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::initiate_async_connect::operator()<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code)>::initiate<asio::basic_socket<asio::ip::tcp>::initiate_async_connect, asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::ip::basic_endpoint<asio::ip::tcp> &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:980:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ConnectToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 17 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service<asio::ip::tcp>::async_connect<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_connect( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::initiate_async_connect::operator()<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code)>::initiate<asio::basic_socket<asio::ip::tcp>::initiate_async_connect, asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::ip::basic_endpoint<asio::ip::tcp> &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:980:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ConnectToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op<asio::ip::tcp, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service<asio::ip::tcp>::async_resolve<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>' requested here self_->impl_.get_service().async_resolve( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::ip::basic_resolver_query<asio::ip::tcp>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, void (std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>)>::initiate<asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, const asio::ip::basic_resolver_query<asio::ip::tcp> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:685:18: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return asio::async_initiate<ResolveToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op<asio::ip::tcp, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service<asio::ip::tcp>::async_resolve<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::any_io_executor>' requested here self_->impl_.get_service().async_resolve( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve::operator()<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::ip::basic_resolver_query<asio::ip::tcp>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, void (std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>)>::initiate<asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, const asio::ip::basic_resolver_query<asio::ip::tcp> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:685:18: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return asio::async_initiate<ResolveToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 22 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:1: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11.hpp:5: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11/as.hpp:5: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:5: warning: destructor called on non-final 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __data_.second().~_Tp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3290:5: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:64:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_client>>>' requested here client = make_shared<ClientImpl<ws_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service<asio::detail::chrono_time_traits<std::chrono::steady_clock, asio::wait_traits<std::chrono::steady_clock>>>::async_wait<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>' requested here self_->impl_.get_service().async_wait( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate<asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:775:12: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WaitToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder1<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 29 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 18 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service<asio::detail::chrono_time_traits<std::chrono::steady_clock, asio::wait_traits<std::chrono::steady_clock>>>::async_wait<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::any_io_executor>' requested here self_->impl_.get_service().async_wait( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait::operator()<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate<asio::basic_waitable_timer<std::chrono::steady_clock>::initiate_async_wait, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_waitable_timer.hpp:775:12: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WaitToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 20 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 33 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 33 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 40 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 16 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 20 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::write_op<asio::detail::prepared_buffers<asio::const_buffer, 64>>, asio::detail::write_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 25 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 18 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 31 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::error_code>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 31 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler<asio::io_context::strand, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::error_code, unsigned long>, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 38 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 18 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::const_buffers_1, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op<asio::basic_stream_socket<asio::ip::tcp>, asio::ssl::detail::read_op<asio::mutable_buffers_1>, asio::detail::read_op<asio::ssl::stream<asio::basic_stream_socket<asio::ip::tcp>>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &, unsigned long)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &, unsigned long)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 23 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::get_connection' requested here this->con = client.get_connection(location, ec); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::setup_connection' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service<asio::ip::tcp>::async_connect<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_connect( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::initiate_async_connect::operator()<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code)>::initiate<asio::basic_socket<asio::ip::tcp>::initiate_async_connect, asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::ip::basic_endpoint<asio::ip::tcp> &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:980:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ConnectToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 17 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder0<asio::detail::binder1<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator<asio::ip::tcp>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 7 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service<asio::ip::tcp>::async_connect<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_connect( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket<asio::ip::tcp>::initiate_async_connect::operator()<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code)>::initiate<asio::basic_socket<asio::ip::tcp>::initiate_async_connect, asio::detail::iterator_connect_op<asio::ip::tcp, asio::any_io_executor, asio::ip::basic_resolver_iterator<asio::ip::tcp>, asio::detail::default_connect_condition, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::ip::basic_endpoint<asio::ip::tcp> &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_socket.hpp:980:12: note: (skipping 6 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ConnectToken, void (asio::error_code)>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op<asio::ip::tcp, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service<asio::ip::tcp>::async_resolve<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::any_io_executor>' requested here self_->impl_.get_service().async_resolve( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve::operator()<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::ip::basic_resolver_query<asio::ip::tcp>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, void (std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>)>::initiate<asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, const asio::ip::basic_resolver_query<asio::ip::tcp> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:685:18: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return asio::async_initiate<ResolveToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>>, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op<asio::ip::tcp, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service<asio::ip::tcp>::async_resolve<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::any_io_executor>' requested here self_->impl_.get_service().async_resolve( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve::operator()<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::ip::basic_resolver_query<asio::ip::tcp>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, void (std::error_code, asio::ip::basic_resolver_results<asio::ip::tcp>)>::initiate<asio::ip::basic_resolver<asio::ip::tcp>::initiate_async_resolve, std::__bind<void (ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>>, std::function<void (const std::error_code &)>, const std::error_code &, asio::ip::basic_resolver_iterator<asio::ip::tcp>), ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config> *, std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>> &, std::shared_ptr<asio::basic_waitable_timer<std::chrono::steady_clock>> &, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, const asio::ip::basic_resolver_query<asio::ip::tcp> &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/ip/basic_resolver.hpp:685:18: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all) return asio::async_initiate<ResolveToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint<ws_websocketpp::config::asio_tls_client::transport_config>::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 22 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 12 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1142:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_receive<asio::mutable_buffers_1, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive::operator()<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_receive, asio::detail::read_until_delim_string_op_v1<asio::basic_stream_socket<asio::ip::tcp>, asio::basic_streambuf_ref<>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &, unsigned long), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1072:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<ReadToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::rewrapped_handler<asio::detail::binder2<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, asio::detail::wrapped_handler<asio::io_context::strand, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 21 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type<std::allocator<void>, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, void ()>::initiate<asio::io_context::strand::initiate_dispatch, asio::detail::binder2<std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/io_context_strand.hpp:189:12: note: (skipping 11 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<LegacyCompletionHandler, void ()>( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:2: In file included from ./websocket_defs.h:4: In file included from ./client.hpp:7: In file included from ./lib/websocketpp/config/asio_no_tls_client.hpp:32: In file included from ./lib/websocketpp/transport/asio/endpoint.hpp:32: In file included from ./lib/websocketpp/transport/asio/connection.hpp:31: In file included from ./lib/websocketpp/transport/asio/base.hpp:31: In file included from ./lib/websocketpp/common/asio.hpp:52: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator<void>' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator<T>&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, std::allocator<void>>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: note: expanded from macro 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:1108:34: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service_base::async_send<asio::detail::prepared_buffers<asio::const_buffer, 64>, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send::operator()<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, asio::detail::prepared_buffers<asio::const_buffer, 64>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast<type&&> ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result<asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate<asio::basic_stream_socket<asio::ip::tcp>::initiate_async_send, asio::detail::write_op<asio::basic_stream_socket<asio::ip::tcp>, std::vector<asio::const_buffer>, std::__wrap_iter<const asio::const_buffer *>, asio::detail::transfer_all_t, std::__bind<void (ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>::*)(std::function<void (const std::error_code &)>, const std::error_code &), std::shared_ptr<ws_websocketpp::transport::asio::connection<ws_websocketpp::config::asio_tls_client::transport_config>>, std::function<void (const std::error_code &)> &, const std::placeholders::__ph<1> &>>, const asio::detail::prepared_buffers<asio::const_buffer, 64> &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/AsioHeaders/include/asio/basic_stream_socket.hpp:941:12: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) return async_initiate<WriteToken, ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>::connect' requested here client.connect(this->con); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:1917:46: note: in instantiation of member function 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>::connect' requested here __compressed_pair_elem(__value_init_tag) : __value_() {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator<void>' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1058:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17' # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__config:1035:48: note: expanded from macro '_LIBCPP_DEPRECATED' # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) ^ In file included from websocket_connection.cpp:1: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11.hpp:5: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/cpp11/include/cpp11/as.hpp:5: /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:5: warning: destructor called on non-final 'ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] __data_.second().~_Tp(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3290:5: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__on_zero_shared' requested here __shared_ptr_emplace(_Alloc __a) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:4038:26: note: in instantiation of member function 'std::__shared_ptr_emplace<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>, std::allocator<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>>::__shared_ptr_emplace' requested here ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...); ^ websocket_connection.cpp:67:14: note: in instantiation of function template specialization 'std::make_shared<ClientImpl<ws_websocketpp::client<ws_websocketpp::config::asio_tls_client>>>' requested here client = make_shared<ClientImpl<wss_client>>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:3318:23: note: qualify call to silence this warning __data_.second().~_Tp(); ^ 119 warnings generated. clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o websocket.so cpp11.o debug.o websocket.o websocket_connection.o websocket_task.o -L/opt/R/x86_64/lib -lssl -lcrypto -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation /Volumes/Builds/packages/big-sur-x86_64/results/4.3/websocket.Rcheck/00_pkg_src/websocket/src/debug.o: no symbols installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/websocket.Rcheck/00LOCK-websocket/00new/websocket/libs ** generating debug symbols (dSYM) ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (websocket)