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).