"JH Trauntvein" <[EMAIL PROTECTED]> writes:

> test.cpp:13: error: object missing in reference to 'Value::storage'

This looks like a gcc bug (but you need a language lawyer to say
for sure). Workarounds:

    { out << this->Value::storage; }      or
    { out << this->storage; }

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to