c++ - MinGW-w64 string array crashing -


if try compile , run this

#include <string>  int main() {     std::string strs[5];      return 0; } 

i error message of

the procedure entry point znst7__cxx1112basic_stringicst11char_traitsicesaiceec1ev not located in dynamic link library (path exe).

i using mingw-w64 gcc version 6.2.0 (i686-posix-dwarf-rev1) , have tried (i686-posix-sjlj-rev1).

is there compiler version not encounter bug or can code make compile?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -