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?
Log in to post a comment.
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?