Closed afabri closed 3 months ago
By removing using namespace std; the project also can be built for C++ 17.
using namespace std;
By removing
using namespace std;
the project also can be built for C++ 17.