#3942 closed defect (fixed)
Use C++11 on Windows for the C++ runtime
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Cpp Run-time | Version: | |
Keywords: | Cc: | Rüdiger Franke |
Description
Currently we have for the C++ runtime on Windows:
IF(IS_MINGW32 OR IS_MINGW64) SET(USE_CPP_03 ON) ENDIF(IS_MINGW32 OR IS_MINGW64)
We should check if it works without it.
Change History (4)
comment:1 by , 9 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → accepted |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Compiling with -std=c++11 works fine so I'll close this ticket.
The problem is that FMUs are compiled with -D_GLIBCXX_USE_CXX11_ABI=0 and that doesn't seem to work on Windows msys2 mingw. I'll open another ticket about it.
Note:
See TracTickets
for help on using tickets.
Should be fixed by 24669b/OMCompiler. I'll wait for the windows tests to run until I close the ticket.