martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
898 stars 72 forks source link

Make sure it works with MSVC #1

Closed martinus closed 2 years ago

martinus commented 2 years ago

Currently there are some iterator problems it seems. Need to setup a VM.

martinus commented 2 years ago

done!