Boost logo

Boost :

Subject: Re: [boost] [ boost ] [ Trie ]
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2015-02-23 14:07:50


2015-02-23 22:04 GMT+03:00 Cosmin Boaca <boost.cosmin.boaca_at_[hidden]>:

> Hello,
>
> I really don't know what do to. I'm getting some compile errors that make
> no sense for me. For instance :
> trie_map<int, int> tm;
> trie<int, int> t;
> trie_map<int, int>::const_iterator it(tm.cend()); // raises compile error
> trie<int, int>::const_iterator(t.cend()); // works fine
>
> I have no idea why the compile error is raised there. Should I push the
> changes so you may take a look ?

Push the changes, I'll take a look into the sources tomorrow

-- 
Best regards,
Antony Polukhin

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk