mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Fix some missing deduced return types in the docs
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
Version 266:
|
||||
|
||||
* Fix some missing deduced return types in the docs
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Version 265:
|
||||
|
||||
* Fix outgoing websocket message compression
|
||||
|
@@ -48,7 +48,7 @@ PREDEFINED = \
|
||||
BOOST_BEAST_USE_WIN32_FILE=1 \
|
||||
BOOST_BEAST_SPLIT_COMPILATION=1 \
|
||||
"BOOST_BEAST_ASYNC_RESULT1(t)=__deduced__" \
|
||||
"BOOST_BEAST_ASYNC_RESULT1(t)=__deduced__" \
|
||||
"BOOST_BEAST_ASYNC_RESULT2(t)=__deduced__" \
|
||||
"BOOST_ASIO_INITFN_RESULT_TYPE(t,a)=__deduced__" \
|
||||
GENERATING_DOCUMENTATION \
|
||||
BOOST_BEAST_DECL
|
||||
|
Reference in New Issue
Block a user