[ref] small problem with docs

The synopsis for unwrap_reference, at http://www.boost.org/doc/html/class.boost.unwrap_reference.html, is as follows: template<typename T> class unwrap_reference { public: // types typedef unspecified T; }; The second to last line should be 'typedef unspecified type;' Jonathan

On Jul 8, 2004, at 6:28 PM, Jonathan Turkanis wrote:
The synopsis for unwrap_reference, at http://www.boost.org/doc/html/class.boost.unwrap_reference.html, is as follows:
template<typename T> class unwrap_reference { public: // types typedef unspecified T; };
The second to last line should be 'typedef unspecified type;'
Thanks! Fixed in CVS. Doug

Doug Gregor <dgregor@cs.indiana.edu> writes:
On Jul 8, 2004, at 6:28 PM, Jonathan Turkanis wrote:
The synopsis for unwrap_reference, at http://www.boost.org/doc/html/class.boost.unwrap_reference.html, is as follows:
template<typename T> class unwrap_reference { public: // types typedef unspecified T; };
The second to last line should be 'typedef unspecified type;'
Thanks! Fixed in CVS.
And "unspecified" is wrong; it should read "see below". -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (3)
-
David Abrahams
-
Doug Gregor
-
Jonathan Turkanis