websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

aligned_storage is deprecated in C++23

Open ZongyiYang opened this issue 2 years ago • 0 comments

This line is deprecated in C++23 https://github.com/zaphoyd/websocketpp/blob/1b11fd301531e6df35a6107c1e8665b1e77a2d8e/websocketpp/transport/asio/base.hpp#L82

This line will also need to be removed: https://github.com/zaphoyd/websocketpp/blob/1b11fd301531e6df35a6107c1e8665b1e77a2d8e/websocketpp/common/type_traits.hpp#L55

ZongyiYang avatar Sep 08 '23 15:09 ZongyiYang