 
            
            
            
            
                23 Feb
                
                    2015
                
            
            
                23 Feb
                
                '15
                
            
            
            
        
    
                8:04 p.m.
            
        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