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