All Questions
Tagged with boost-multi-index java
1 question
2
votes
2
answers
840
views
Java LinkedHashSet index validity
I've been porting a big chunk of Java code to C++ and have had to implement things like LinkedHashSet as I've gone. I've made a reasonable facsimile of LinkedHashSet/Map by using Boost's Multi-Index ...