MDEV-19586: Avoid std::map::emplace()
GCC 4.7 only knows about std::map::insert(), not emplace(). Also, reformat the function in the common style.
Showing
Please register or sign in to comment
GCC 4.7 only knows about std::map::insert(), not emplace(). Also, reformat the function in the common style.