On Jul 12, 2008, at 10:20 AM, Cédric Venet wrote: > Yes, I just changed > typedef typename super::pointer pointer; > to > typedef ValueT* pointer; I've applied this patch. Hopefully we can find a better workaround. This solution also only goes half way (what to do about "reference"?).