Hi Krzysztof,

I implemented simplified version of LinkedHashSet in C++ using multi_index_container. Please find my file enclosed.
Compile it with:
g++ main.cpp -std=c++11

Best regards,
Adrian

On 15 March 2016 at 20:33, Adrian Boguszewski <adrbogus1@...3350...> wrote:
Thank you for your response. I'll do these tasks :)


On 15 March 2016 at 06:04, Krzysztof Kosiński <tweenk.pl@...400...> wrote:
2016-03-14 21:54 GMT-07:00 Krzysztof Kosiński <tweenk.pl@...400...>:
> You should also submit two simple patches. They can be bugfixes, minor
> new features, minor refactorings - basically anything other than
> trivial whitespace changes :)

Oops, I missed the bit in your off-list e-mail that said you've
already done that. In that case just do the MultiIndex exercise and
start looking at selection.h / selection.cpp. You can open them in an
IDE such as Eclipse and see how each of the functions is used - the
Inkscape::Selection object and its users will be your main point of
work. This should help you write a high quality proposal.

Best regards, Krzysztof