Hi,
I'm in the process of porting some C++ code written for a linux environment from gcc version 2.96 yo 3.4.3.
Unfortunately, I got stuck when it came to porting some STL map related code. I did some research but I can't seem to find the modification required to overcome the problem.
In the header file I've got the following map defined:
// Map of Port Description -> PortInfo*...