From 3fdc3e5ee96dca5b11d1694975a65200787eab86 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:11:01 +0900 Subject: Imported Upstream version 1.66.0 --- doc/html/boost/forward.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/boost/forward.html') diff --git a/doc/html/boost/forward.html b/doc/html/boost/forward.html index 30633ef123..3ec1229315 100644 --- a/doc/html/boost/forward.html +++ b/doc/html/boost/forward.html @@ -7,8 +7,8 @@ - - + + @@ -21,7 +21,7 @@

-PrevUpHomeNext +PrevUpHomeNext
@@ -35,7 +35,7 @@ template<typename T> output_reference forward(input_reference);
-

Description

+

Description

This function provides limited form of forwarding that is usually enough for in-place construction and avoids the exponential overloading for achieve the limited forwarding in C++03.

For compilers with rvalue references this function provides perfect forwarding.

Otherwise:

@@ -57,7 +57,7 @@
-PrevUpHomeNext +PrevUpHomeNext
-- cgit v1.2.3