I\'m having trouble using map::emplace(). Can anyone help me figure out the right syntax to use? I am effectively trying to do the same thing as in this example. He
map::emplace()
GCC 4.7 does not have full support of emplace functions.
emplace
You can see C++11 support in GCC 4.7.2 here.