
2 Jul
2004
2 Jul
'04
2:10 p.m.
Daniel Frey wrote:
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:
Hmmm, well, I think it is not listed in "utility" nor elsewhere... I'll fix that.
template<class T> class value_initialized : private vinit_detail::select_base<T>::type { ... }
isn't this missing "typename" after "private"?
AFAIK base classes do not need 'typename' (because they are neccesarily typenames) Fernando Cacciola SciSoft