Closed ceeac closed 4 years ago
This PR removes all using namespace constructs from bridgecommand. Using using namespace is generally considered bad practice, that's why I removed it.
using namespace
Rebased changes on top of current master.
Thanks. I ended up duplicating this myself with commit 4099f2bd9185722d57dbee2cb83d37d0bb04f9db.
This PR removes all
using namespace
constructs from bridgecommand. Usingusing namespace
is generally considered bad practice, that's why I removed it.