Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
unordered_map に関数を使用しようとするemplace()と、コンパイラはそのような関数が存在しないと言います。
emplace()
私は置く-std=c+11とそれは言うcc1plus.exe: error: unrecognized command line option '-std=c+11'
-std=c+11
cc1plus.exe: error: unrecognized command line option '-std=c+11'
どうにかして mingw で C++11 の機能を使用できますか?