Klugier Messages: 1106 Registered: September 2012 Location: Poland, Kraków
Senior Contributor
Hello Koldo,
I would like to add one thing - it's OK to use "using namespace Upp" or any other namespace in *.cpp files. It only affects the header file when after including the "using namespace" is inherited. So, the change with replace "using namespace Upp" in *.cpp files in Scatter was not needed and doesn't change anything. I think for *.cpp file this statement is more comfortable than "namespace Upp {" and then at the end you need to remember to add "}".