$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-07-08 18:28:52
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