
9 Jul
2004
9 Jul
'04
12:57 a.m.
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