nlohmann / fifo_map

a FIFO-ordered associative container for C++
MIT License
179 stars 77 forks source link

fixed range iterators constructor #4

Closed Daniel599 closed 6 years ago

Daniel599 commented 6 years ago

Hi, this fix was found because of https://github.com/nlohmann/json/issues/485

nlohmann commented 6 years ago

Thanks a lot!