Boost logo

Boost :

Subject: Re: [boost] [ boost ] [ Trie ]
From: Cosmin Boaca (boost.cosmin.boaca_at_[hidden])
Date: 2015-02-22 08:27:36


Hello,

I have forgotten to add the links to the patches in the previous email.

[0]
https://github.com/cosminBoaca/boost.trie/commit/8ac00253dbf37ede23a399bb59ae363765b7dc12
[1]
https://github.com/cosminBoaca/boost.trie/commit/8423ad3588eb8768f2f0424ca6335137c36cfd8a
[2]
https://github.com/cosminBoaca/boost.trie/compare/BoostGSoC13:master...master

Thank you,
Cosmin

On 22 February 2015 at 15:23, Cosmin Boaca <boost.cosmin.boaca_at_[hidden]>
wrote:

> Hello,
>
> I have performed the modifications required in order to use
> std::reverse_iterator instead of trie_iterator. [0]. Also, I have optimized
> the get_key function [1]. The overall diff can be found here [2]. Please
> give me some feedback about the code when you have time.
>
> Also, it seems to be a problem with trie_iterator::operator->. It doesn't
> work and I think it may cause memory corruption. I think the problem is
> that it returns &(operator *()) which is a value allocated on stack that
> gets destroyed when it goes out of scope. However, I don't know how it
> should be implemented. Please tell me what do you think about this
> operator. As a workaround, instead of using this operator I have used
> operator * and the code passes the tests.
>
> Thank you,
> Cosmin
>


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