$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-07-02 10:10:07
Daniel Frey <daniel.frey_at_[hidden]> writes:
> David Abrahams wrote:
>> Uh, right. Not so secret actually; that's why we have
>> value_inititalized:
>> #include <boost/utility/value_init.hpp>
>
> Have I missed the documentation? Anyway, looking at it, I found:
>
> template<class T>
> class value_initialized : private vinit_detail::select_base<T>::type
> {
> ...
> }
>
> isn't this missing "typename" after "private"?
No, typename is prohibited on base classes.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com