Compile with g++-4.7
g++-4.7 lacks thread_local, which can be workaround by --disable-threads. What left remaining is std::map::emplace, which is what this change deals with. First check availability of std::map::emplace, if there is none, use std::map::insert.
Showing
Please register or sign in to comment