Hi,

I noticed that all generated files have

using namespace std;

at the very beginning. That sentence will pollute the program's namespace. Any way to not generate that sentence in the header file?