It's considered bad form to import things into the global namespace in a header. Put it in the cpp files where it is needed instead.
1.1 KiB
1.1 KiB
It's considered bad form to import things into the global namespace in a header. Put it in the cpp files where it is needed instead.