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.
8.5 KiB
8.5 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.