From b2b06ea2048fa5a6231b41c021da889fa06760cb Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 27 Jan 2002 13:04:08 +0000 Subject: [PATCH] documented 'reference_wrapper' as Assignable [SVN r12521] --- ref.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ref.html b/ref.html index a2cd7fc..c2c2d15 100644 --- a/ref.html +++ b/ref.html @@ -17,7 +17,7 @@ - +

ref.hpp

 1.00.0003 (2001-08-22)
 1.00.0004 (2002-01-27)
@@ -53,8 +53,8 @@ work on references unmodified.

-boost::reference_wrapper<T> is CopyConstructible, but it is not -Assignable. +boost::reference_wrapper<T> is both CopyConstructible and +Assignable (ordinary references are not Assignable).