* installing *source* package ‘websocket’ ... ** this is package ‘websocket’ version ‘1.4.2’ ** 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.5/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DR_NO_REMAP -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.5/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DR_NO_REMAP -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.5/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DR_NO_REMAP -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.5/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DR_NO_REMAP -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.5/cpp11/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/later/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -DR_NO_REMAP -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.5/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:18: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_allocator.hpp:100:49: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator' is deprecated [-Wdeprecated-declarations] basic_system_executor > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:47: warning: 'allocator' is deprecated [-Wdeprecated-declarations] function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator' is deprecated [-Wdeprecated-declarations] basic_system_executor > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:171:54: warning: 'allocator' is deprecated [-Wdeprecated-declarations] basic_system_executor > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:175:28: warning: 'allocator' is deprecated [-Wdeprecated-declarations] Relationship, std::allocator >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:444:45: warning: 'allocator' is deprecated [-Wdeprecated-declarations] execution::relationship_t::fork_t, std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:682: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/system_executor.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_context.hpp:39:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:231:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:856:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:859:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_datagram_socket.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:22: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:23: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context.hpp:860:29: warning: 'allocator' is deprecated [-Wdeprecated-declarations] context_ptr(), std::allocator(), bits()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return &detail::global > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] : impl_(impl >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:47: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/buffer_registration.hpp:61:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typename Allocator = std::allocator > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return &detail::global > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] : impl_(impl >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:358:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator >::type allocator_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:60: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/compose.hpp:134: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/compose.hpp:362:56: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return (get_associated_allocator)(handler_, std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:167:55: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return &detail::global > >(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:202:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:208:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:214:14: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:99: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/executor.hpp:340: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/executor.hpp:243:31: warning: 'allocator' is deprecated [-Wdeprecated-declarations] : impl_(impl >::create(e)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator' is deprecated [-Wdeprecated-declarations] pool_, std::allocator(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] operator std::allocator() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator' is deprecated [-Wdeprecated-declarations] is_same, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return std::allocator(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator' is deprecated [-Wdeprecated-declarations] pool_, std::allocator(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] operator std::allocator() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator' is deprecated [-Wdeprecated-declarations] is_same, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return std::allocator(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:85:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> executor_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:88:36: warning: 'allocator' is deprecated [-Wdeprecated-declarations] typedef basic_executor_type, 0> scheduler_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:392:43: warning: 'allocator' is deprecated [-Wdeprecated-declarations] ASIO_CONSTEXPR basic_executor_type, Bits> ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:395:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return basic_executor_type, Bits>( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:172: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/static_thread_pool.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/thread_pool.hpp:396:21: warning: 'allocator' is deprecated [-Wdeprecated-declarations] pool_, std::allocator(), bits_); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:174: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/strand.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/strand_executor_service.hpp:168: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/impl/strand_executor_service.hpp:222:12: warning: 'allocator' is deprecated [-Wdeprecated-declarations] std::allocator()); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:132:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] operator std::allocator() const ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:139:18: warning: 'allocator' is deprecated [-Wdeprecated-declarations] is_same, Allocator>::value, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:134:19: warning: 'allocator' is deprecated [-Wdeprecated-declarations] return std::allocator(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:186: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/use_future.hpp:57:37: warning: 'allocator' is deprecated [-Wdeprecated-declarations] template > ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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)) ^ ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void ()>::initiate, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::is_continuation_if_running>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::is_continuation_if_running>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, std::function>, void ()>::initiate, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void ()>::initiate, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::is_continuation_if_running>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::is_continuation_if_running>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, std::function>, void ()>::initiate, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:184:18: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler2.value), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void ()>::initiate, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::is_continuation_if_running>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::is_continuation_if_running>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::is_continuation_if_running>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, std::function>, void ()>::initiate, asio::detail::is_continuation_if_running>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:37:38: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 0>>::do_complete' requested here : operation(&completion_handler::do_complete), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/impl/io_context.hpp:185:21: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::is_continuation_if_running>, asio::io_context::basic_executor_type, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::initiate_post::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void ()>::initiate, 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.5/AsioHeaders/include/asio/impl/io_context.hpp:199:10: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (), asio::io_context::initiate_post, asio::io_context *>' requested here return async_initiate( ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op>::ptr::allocate' requested here op::ptr::allocate(static_cast(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type, 0>::execute' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex, 0>>' requested here &any_executor_base::execute_ex, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, 0>>' requested here : target_fns_(target_fns_table( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>>::any_executor, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl, asio::any_io_executor>::io_object_impl' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket::basic_socket' requested here : basic_socket(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket::basic_stream_socket' 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' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op>::ptr::allocate' requested here op::ptr::allocate(static_cast(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type, 0>::execute' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex, 0>>' requested here &any_executor_base::execute_ex, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, 0>>' requested here : target_fns_(target_fns_table( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>>::any_executor, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl, asio::any_io_executor>::io_object_impl' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket::basic_socket' requested here : basic_socket(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket::basic_stream_socket' 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' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_op.hpp:34:3: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/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.5/AsioHeaders/include/asio/impl/io_context.hpp:305:16: note: in instantiation of member function 'asio::detail::executor_op>::ptr::allocate' requested here op::ptr::allocate(static_cast(*this)), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::io_context::basic_executor_type, 0>::execute' requested here return ASIO_MOVE_CAST(T)(t).execute(ASIO_MOVE_CAST(F)(f)); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:912:27: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute_ex, 0>>' requested here &any_executor_base::execute_ex, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, 0>>' requested here : target_fns_(target_fns_table( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/any_io_executor.hpp:143:7: note: in instantiation of function template specialization 'asio::execution::any_executor, asio::execution::detail::blocking::never_t<0>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>, asio::execution::prefer_only>>::any_executor, 0>>' requested here : base_type(ASIO_MOVE_CAST(Executor)(e)) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/io_object_impl.hpp:58:7: note: in instantiation of function template specialization 'asio::any_io_executor::any_io_executor, 0>>' requested here executor_(context.get_executor()) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_socket.hpp:136:7: note: in instantiation of function template specialization 'asio::detail::io_object_impl, asio::any_io_executor>::io_object_impl' requested here : impl_(0, 0, context) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/basic_stream_socket.hpp:117:7: note: in instantiation of function template specialization 'asio::basic_socket::basic_socket' requested here : basic_socket(context) ^ ./lib/websocketpp/transport/asio/security/none.hpp:171:28: note: in instantiation of function template specialization 'asio::basic_stream_socket::basic_stream_socket' 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' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, asio::ssl::stream_base::handshake_type &>' requested here 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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:21: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/recycling_allocator.hpp:97:30: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(const std::allocator&) { return type(); } ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:78:5: note: in instantiation of template class 'asio::detail::get_recycling_allocator, 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.5/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.5/AsioHeaders/include/asio/detail/executor_function.hpp:40:45: note: in instantiation of member function 'asio::detail::executor_function::impl, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>::ptr::allocate' requested here detail::addressof(a), impl_type::ptr::allocate(a), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:611:11: note: in instantiation of function template specialization 'asio::detail::executor_function::executor_function, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::allocator>' requested here function(ASIO_MOVE_CAST(F)(f), std::allocator())); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/execute.hpp:204:33: note: in instantiation of function template specialization 'asio::execution::detail::any_executor_base::execute, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/handler_work.hpp:515:19: note: in instantiation of function template specialization 'asio::detail::handler_work_base::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: 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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186In 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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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 instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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)) ^ :48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate, const std::error_code &), std::shared_ptr, std::function &, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_handshake, asio::detail::wrapped_handler, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/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, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:898:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::handshake_op, std::__bind, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_handshake::operator(), const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate>::initiate_async_handshake, std::__bind, const std::error_code &), std::shared_ptr, std::function &, 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.5/AsioHeaders/include/asio/ssl/stream.hpp:520:12: note: in instantiation of function template specialization 'asio::async_initiate, const std::error_code &), std::shared_ptr, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code), asio::ssl::stream>::initiate_async_handshake, asio::ssl::stream_base::handshake_type &>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.hppIn 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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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)) ^ :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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, void ()>::initiate, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>, std::error_code>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::error_code>, void ()>::initiate, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::error_code>, void ()>::initiate, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/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, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:209:40: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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, std::function>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, std::function>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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 'ASIO_DEFINE_HANDLER_PTR' typedef typename ::asio::detail::get_hook_allocator< \ ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>>, std::error_code, unsigned long>, std::function>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, std::function>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, std::function>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::error_code>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::error_code>, void ()>::initiate, 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.5/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( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/detail/io.hpp:397:3: note: in instantiation of member function 'asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, asio::detail::wrapped_handler, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator(), asio::detail::is_continuation_if_running>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate>::initiate_async_shutdown, asio::detail::wrapped_handler, asio::detail::is_continuation_if_running>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate, asio::detail::is_continuation_if_running>, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::shutdown_op, std::function>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::ssl::detail::shutdown_op, std::function>, asio::any_io_executor>' requested here self_->impl_.get_service().async_receive( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::shutdown_op, std::function>, asio::mutable_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::shutdown_op, std::function>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>, const asio::mutable_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::any_io_executor>' requested here self_->impl_.get_service().async_send( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, asio::const_buffers_1>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::shutdown_op, std::function>>, const asio::const_buffers_1 &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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, asio::ssl::detail::shutdown_op, std::function>::operator()' requested here io_op( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:965:15: note: in instantiation of function template specialization 'asio::ssl::detail::async_io, asio::ssl::detail::shutdown_op, std::function>' requested here detail::async_io(self_->next_layer_, self_->core_, ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ssl::stream>::initiate_async_shutdown::operator() &>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, void (std::error_code)>::initiate>::initiate_async_shutdown, std::function &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/ssl/stream.hpp:652:12: note: in instantiation of function template specialization 'asio::async_initiate &, void (std::error_code), asio::ssl::stream>::initiate_async_shutdown>' requested here return async_initiate' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service>>::async_wait::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer::initiate_async_wait::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate::initiate_async_wait, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service>>::async_wait::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer::initiate_async_wait::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate::initiate_async_wait, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_op, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_op, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service::async_connect, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket::initiate_async_connect::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code)>::initiate::initiate_async_connect, asio::detail::iterator_connect_op, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::ip::basic_endpoint &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service::async_connect, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket::initiate_async_connect::operator(), asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code)>::initiate::initiate_async_connect, asio::detail::iterator_connect_op, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, const asio::ip::basic_endpoint &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service::async_resolve::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver::initiate_async_resolve::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::ip::basic_resolver_query>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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)>::initiate::initiate_async_resolve, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, const asio::ip::basic_resolver_query &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service::async_resolve::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver::initiate_async_resolve::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::ip::basic_resolver_query>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, void (std::error_code, asio::ip::basic_resolver_results)>::initiate::initiate_async_resolve, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, const asio::ip::basic_resolver_query &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_until_delim_string_op_v1, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_until_delim_string_op_v1, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/cpp11/include/cpp11.hpp:5: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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>' 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>, std::allocator>>>::__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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service>>::async_wait::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer::initiate_async_wait::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, void (std::error_code)>::initiate::initiate_async_wait, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code>, void ()>::initiate::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/wait_handler.hpp:35:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(wait_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/deadline_timer_service.hpp:256:16: note: in instantiation of member function 'asio::detail::wait_handler::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_waitable_timer.hpp:808:34: note: in instantiation of function template specialization 'asio::detail::deadline_timer_service>>::async_wait::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_waitable_timer::initiate_async_wait::operator()::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, void (std::error_code)>::initiate::initiate_async_wait, std::__bind::*)(std::shared_ptr>, std::function, const std::error_code &), std::shared_ptr>, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::write_op>, asio::detail::write_op>, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::detail::is_continuation_if_running>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>, void ()>::initiate, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:127:16: note: in instantiation of member function 'ws_websocketpp::client::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:298:16: note: in instantiation of member function 'asio::detail::reactive_socket_send_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>>>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, asio::mutable_buffer, const asio::mutable_buffer *, asio::detail::transfer_all_t, asio::ssl::detail::io_op, asio::ssl::detail::read_op, asio::detail::read_op>, asio::mutable_buffers_1, const asio::mutable_buffer *, asio::detail::transfer_at_least_t, ws_websocketpp::transport::asio::custom_alloc_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::get_connection' requested here return get_connection(location, ec); ^ ./client.hpp:132:24: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service::async_connect, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket::initiate_async_connect::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code)>::initiate::initiate_async_connect, asio::detail::iterator_connect_op, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::ip::basic_endpoint &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, asio::detail::default_connect_condition, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code>>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>, std::error_code, asio::ip::basic_resolver_iterator>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_connect_op.hpp:65:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_connect_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service.hpp:579:16: note: in instantiation of member function 'asio::detail::reactive_socket_connect_op, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/basic_socket.hpp:1889:36: note: in instantiation of function template specialization 'asio::detail::reactive_socket_service::async_connect, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_socket::initiate_async_connect::operator(), asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code)>::initiate::initiate_async_connect, asio::detail::iterator_connect_op, asio::detail::default_connect_condition, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &>>, const asio::ip::basic_endpoint &, std::error_code &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service::async_resolve::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver::initiate_async_resolve::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, asio::ip::basic_resolver_query>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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)>::initiate::initiate_async_resolve, asio::detail::wrapped_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, const asio::ip::basic_resolver_query &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, asio::ip::basic_resolver_results>, asio::io_context::strand *>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>, std::error_code, asio::ip::basic_resolver_results>, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:141:25: note: in instantiation of member function 'ws_websocketpp::transport::asio::endpoint::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/resolve_query_op.hpp:46:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(resolve_query_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/resolver_service.hpp:95:16: note: in instantiation of member function 'asio::detail::resolve_query_op::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/ip/basic_resolver.hpp:1086:34: note: in instantiation of function template specialization 'asio::detail::resolver_service::async_resolve::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::ip::basic_resolver::initiate_async_resolve::operator()::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::ip::basic_resolver_query>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, void (std::error_code, asio::ip::basic_resolver_results)>::initiate::initiate_async_resolve, std::__bind::*)(std::shared_ptr>, std::shared_ptr>, std::function, const std::error_code &, asio::ip::basic_resolver_iterator), ws_websocketpp::transport::asio::endpoint *, std::shared_ptr> &, std::shared_ptr> &, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, const asio::ip::basic_resolver_query &>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::async_connect' requested here transport_type::async_connect( ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_until_delim_string_op_v1, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void ()>::initiate, asio::basic_streambuf_ref<>, asio::detail::wrapped_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_recv_op.hpp:100:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_recv_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/reactive_socket_service_base.hpp:403:16: note: in instantiation of member function 'asio::detail::reactive_socket_recv_op, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_receive::operator(), asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &, const std::placeholders::__ph<2> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_receive, asio::detail::read_until_delim_string_op_v1, asio::basic_streambuf_ref<>, std::__bind::*)(std::function, const std::error_code &, unsigned long), std::shared_ptr>, std::function &, 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.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>>' requested here self->service_.dispatch(self->impl_, handler2.value); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, void ()>::initiate, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, asio::detail::wrapped_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, asio::detail::is_continuation_if_running>>, std::error_code, unsigned long>, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/completion_handler.hpp:34:3: note: in instantiation of template class 'asio::detail::get_hook_allocator::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(completion_handler); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/AsioHeaders/include/asio/detail/impl/strand_service.hpp:50:14: note: in instantiation of member function 'asio::detail::completion_handler::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, asio::io_context::basic_executor_type, 0>>::ptr::allocate' requested here op::ptr::allocate(handler), 0 }; ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/io_context_strand.hpp:343:22: note: in instantiation of function template specialization 'asio::detail::strand_service::dispatch::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::io_context::strand::initiate_dispatch::operator()::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>, std::error_code, unsigned long>, void ()>::initiate::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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( ^ ./lib/websocketpp/roles/client_endpoint.hpp:145:24: note: in instantiation of member function 'ws_websocketpp::client::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/AsioHeaders/include/asio.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/associated_executor.hpp:24: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/system_executor.hpp:20: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution.hpp:19: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/execution/any_executor.hpp:23: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/executor_function.hpp:19: /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/handler_alloc_helpers.hpp:186:48: warning: 'allocator' is deprecated [-Wdeprecated-declarations] static type get(Handler& handler, const std::allocator&) ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/reactive_socket_send_op.hpp:103:3: note: in instantiation of template class 'asio::detail::get_hook_allocator, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, std::allocator>' requested here ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op); ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/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::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, 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.5/AsioHeaders/include/asio/async_result.hpp:481:5: note: in instantiation of function template specialization 'asio::basic_stream_socket::initiate_async_send::operator(), std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, asio::detail::prepared_buffers>' requested here ASIO_MOVE_CAST(Initiation)(initiation)( ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/detail/config.hpp:148:31: note: expanded from macro 'ASIO_MOVE_CAST' # define ASIO_MOVE_CAST(type) static_cast ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/AsioHeaders/include/asio/async_result.hpp:861:21: note: in instantiation of function template specialization 'asio::detail::completion_handler_async_result, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, void (std::error_code, unsigned long)>::initiate::initiate_async_send, asio::detail::write_op, std::vector, std::__wrap_iter, asio::detail::transfer_all_t, std::__bind::*)(std::function, const std::error_code &), std::shared_ptr>, std::function &, const std::placeholders::__ph<1> &>>, const asio::detail::prepared_buffers &, int>' requested here Signatures...>::initiate(ASIO_MOVE_CAST(Initiation)(initiation), ^ /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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::handle_connect' requested here &type::handle_connect, ^ ./client.hpp:141:12: note: in instantiation of member function 'ws_websocketpp::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>::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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/memory:730:28: note: 'allocator' has been explicitly marked deprecated here class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator ^ /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.5/cpp11/include/cpp11.hpp:5: In file included from /Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/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>' 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>, std::allocator>>>::__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>, std::allocator>>>::__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>>' requested here client = make_shared>(); ^ /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.5/websocket.Rcheck/00_pkg_src/websocket/src/debug.o: no symbols installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/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)