Compilation issue due to version missmatch

Author: intradeCreated Nov 28, 2025Updated Dec 3, 2025

https://github.com/zaphoyd/websocketpp/blob/4dfe1be74e684acca19ac1cf96cce0df9eac2a2d/CMakeLists.txt#L216 pointing to an outdated version of Boost and relatively to asio library version.

Can someone adjust the source of websocketpp library according to the latest version of boost and asio?

For now if I fix all Cmake related issues I'm getting a lot of exceptions related to a vrong namespaces, undeclared pointers and missing methods.