Fix compile error with gcc-4.7
Use std::map::insert instead of std::map::emplace, since gcc-4.7 does not support the latter.
Showing
Please register or sign in to comment
Use std::map::insert instead of std::map::emplace, since gcc-4.7 does not support the latter.