martinus / map_benchmark

Comprehensive benchmarks of C++ maps
MIT License
299 stars 29 forks source link

Very old version of Boost required #1

Closed joaquintides closed 5 years ago

joaquintides commented 5 years ago

Looks like src/maps/boost_unordered_map/dependencies.cmake is requesting version 1.51 of Boost, which is quite old (Aug 2012). You may want to update this to Boost 1.69.

martinus commented 5 years ago

It's just the minimum requirement, cmake will use a newer version if available. I am benchmarking with 1.65.1, the default version in my Linux system