mirror of
https://github.com/boostorg/beast.git
synced 2026-02-03 22:06:16 +01:00
API Changes: The macro BOOST_BEAST_NO_DEPRECATED will no longer be noticed by Beast. The only way to enable deprecated functionality is now the macro BOOST_BEAST_ALLOW_DEPRECATED which is undefined by default. That is, all deprecated behaviour is disabled by default. refs #1934