From: Michael W Daniels (daniels_at_[hidden])
Date: 2005-03-11 19:05:36


At 03:46 PM 3/11/2005, Eric Niebler wrote:
>For hat_const_iterator, the nested "reference" typedef is non-const, and
>operator* is returning a const reference. The nested reference type should be:
>
> typedef typename A::const_reference reference;

Yep. Everything works just fine now; thanks!