TooBiased / growt

This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating the current table once it gets too full.
Other
107 stars 13 forks source link

Include fixes #5

Open antaljanosbenjamin opened 4 years ago

antaljanosbenjamin commented 4 years ago

This PR contains two fixes: 1.An include path in numapoolallocator.h was wrong: "utils/poolallocator.h" -> "allocator/poolallocator.h". 2.Using oneTBB there were a lot warnings regarding to "depreacted TBB features". The warnings are eliminated by not including tbb.h.