Fix some missing deduced return types in the docs

This commit is contained in:
Vinnie Falco
2019-08-12 09:48:41 -07:00
parent 0ca107bb5c
commit 52657ca5a1
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Version 266:
* Fix some missing deduced return types in the docs
--------------------------------------------------------------------------------
Version 265:
* Fix outgoing websocket message compression

View File

@@ -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