Show rvalue reference parameters in documentation.

This commit is contained in:
Christopher Kohlhoff 2015-02-15 18:03:46 +11:00
parent 6f13c5bd15
commit fcdb166686

View File

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