Skip to content

Remove "using namespace std"

Wiktor Czyż requested to merge wczyz/osk-sdl:namespace-std into master

Using "std" namespace is is not a good practice, especially when you put them in headers - explanation. This is just a style change and won't impact any functionality, but I think it's a good idea to take care of that.

Merge request reports