
8 Jul
2004
8 Jul
'04
11:28 p.m.
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