I had sourced classic STL from RogueWave directly, and it is part of my source tree. What is the implication of using -AA?
Since -AA will result in the inclusion of namespace std wrapped STL classes or functions, there should not be a clash. But introduction of an all inclusive using namespace std should be avoided as it will lead to name clashes. (Do not let the compiler change iostream.h to