Linux 7 to 9 namespace migration issue
I have migrated a large c++ system from linux 7.2 to 9.0 and am getting compile errors on #includes without the .h extension.
Adding the line 'using namespace std;' to each file would be a royal pain. Is there an easier solution?
|