
2 Jul
2004
2 Jul
'04
3:10 p.m.
Daniel Frey <daniel.frey@aixigo.de> 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