Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Standard C++ Library map

cartman4
Beginner
797 Views
I'm building a fortran dll that uses a C++ static library. Within the C++ code I am trying to use a std::map container. (I am also using MFC, but I don't know if that is related.) It builds clean, but when I run it in debug I get the warning that Visual Studio has become unstable. The same code works find in a C++ only test app. Any idea what is going wrong?
0 Kudos
1 Reply
cartman4
Beginner
797 Views
Never mind. There was an unrelated problem. The map container works fine.
0 Kudos
Reply