nlohmann / fifo_map

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

Added copy constructor. #3

Closed jetsfandb closed 6 years ago

jetsfandb commented 6 years ago

Fixes issue #810 in the json project. When json objects are copied the m_map contents are not being copied.

nlohmann commented 6 years ago

Thanks!