Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I had sourced classic STL from RogueWave directly, and it is part of my source tree. What is the implication of using -AA?

0
Posted

I had sourced classic STL from RogueWave directly, and it is part of my source tree. What is the implication of using -AA?

0

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 followed by using namespace std, by changing your sources as described in the previous question).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123