I try to use emplace()
function for an unordered_map and compiler says that no such function exists.
I put -std=c+11
and it says cc1plus.exe: error: unrecognized command line option '-std=c+11'
Can i somehow use C++11 functionality with mingw?
See Question&Answers more detail:os