martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

3.8.0 not yet on conan central #88

Closed bigerl closed 3 years ago

bigerl commented 3 years ago

The current tag 3.8.0 is not yet on Conan central. Consequently, the steps for using it with conan don't work because they state to use version 3.8.0:

...
[requires]
robin-hood-hashing/3.8.0
...
bigerl commented 3 years ago

just read the comment below about how to update it.

The robin-hood-hashing package in Conan is kept up to date by Conan contributors. If the version is out of date, please create an issue or pull request on the conan-center-index repository.