Ticket #7721: value_init_doc.patch

File value_init_doc.patch, 415 bytes (added by Akira Takahashi <faithandbrave@…>, 10 years ago)

documentation patch.

  • "b/D:\\boost-svn\\libs\\utility\\

    old new the wrapped object is always performed with the <code>get()</code> idiom:</p>  
    385385<br>    operator T&amp;();
    386386<br>    T const &amp;data() const;
    387387<br>    T&amp; data();
     388<br>    T const &amp;get() const;
     389<br>    T&amp; get();
    388390<br>    void swap( value_initialized&lt;T&gt;&amp; );
    389391<br>