From 2d5c7f3be70e6e438df7dca64f8876a5a5ede7ee Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 3 Dec 2013 16:42:25 +0400 Subject: [PATCH] Fix issue #9462 with returning rvalue reference instead of returning by copy --- doc/any.xml | 14 +++++++++++++- include/boost/any.hpp | 17 +++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/doc/any.xml b/doc/any.xml index 0f2f9ac..92944cc 100644 --- a/doc/any.xml +++ b/doc/any.xml @@ -499,7 +499,19 @@ public: any & - + + + + + T + + + any && + + +