On 7/10/05, Brian Hechinger <[EMAIL PROTECTED]> wrote:
> ok, that's done, now i'm at:
> 
> "Menu.cc", line 1059: Error: Could not find a match for 
> std::advance<std::ForwardIterator, 
> std::Distance>(std::__reverse_bi_iterator<std::list<bt::MenuItem>::iterator, 
> std::bidirectional_iterator_tag, bt::MenuItem, bt::MenuItem&, bt::MenuItem*, 
> int>, unsigned).

Try to take away the const from
std::advance<ItemList::const_reverse_iterator, signed>, as now we are
using 'reverse_iterator' instead of 'const_reverse_iterator'.

You are getting closer ... ;-)

Carlos

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html

Reply via email to