--- "b/D:\\boost-svn\\libs\\utility\\value_init_old.htm" +++ "b/D:\\boost-svn\\libs\\utility\\value_init.htm" @@ -385,6 +385,8 @@ the wrapped object is always performed with the get() idiom:


operator T&();
T const &data() const;
T& data(); +
T const &get() const; +
T& get();
void swap( value_initialized<T>& );