Tagged Questions

0
votes
0answers
63 views

Using Smart Pointers with boost intrusive

I am having trouble using smart pointers in boost intrusive containers. According to the documentation the requirements for using smart pointers with intrusive containers are the following: It must …
2
votes
1answer
245 views

Boost.Intrusive and unordered_map

I am looking to use an intrusive unordered_map. For some reason there is only an unordered_set in the library. There is also an intrusive hashtable but I'm not sure it has the same functunality, also …