Closed TartanLlama closed 8 months ago
https://github.com/sinemakinci1/Cpp-Copilot-VSC-Demo/blob/21a2875a135da17b8ab0990026c4b331c9091dfc/src/Calculator.h#L4
Putting using namespace XXX; in a header is discouraged, as it pollutes the namespace of any file that includes that header
using namespace XXX;
https://github.com/sinemakinci1/Cpp-Copilot-VSC-Demo/blob/21a2875a135da17b8ab0990026c4b331c9091dfc/src/Calculator.h#L4
Putting
using namespace XXX;
in a header is discouraged, as it pollutes the namespace of any file that includes that header