Show rvalue reference parameters in documentation.
This commit is contained in:
parent
6f13c5bd15
commit
fcdb166686
@ -195,7 +195,7 @@ PREDEFINED = GENERATING_DOCUMENTATION \
|
||||
ASIO_NETDB_ERROR(e)=implementation_defined \
|
||||
ASIO_EOF_ERROR(e)=implementation_defined \
|
||||
ASIO_OS_ERROR(e1,e2)=implementation_defined \
|
||||
ASIO_MOVE_ARG(a)=a \
|
||||
ASIO_MOVE_ARG(a)=a&& \
|
||||
ASIO_DECL= \
|
||||
ASIO_CONSTEXPR=constexpr \
|
||||
ASIO_NOEXCEPT=noexcept \
|
||||
|
Loading…
Reference in New Issue
Block a user