$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [ boost ] [ Trie ]
From: Cosmin Boaca (boost.cosmin.boaca_at_[hidden])
Date: 2015-02-23 14:04:33
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 ?
Thank you,
Cosmin