Remove some uses of using namespace std.

This commit is contained in:
Povilas Kanapickas
2013-12-13 10:27:30 -06:00
committed by Dick Hollenbeck
parent 5c28285cdf
commit 7f12513c7e
45 changed files with 107 additions and 163 deletions
@@ -3,8 +3,6 @@
#include <tool/coroutine.h>
using namespace std;
typedef COROUTINE<int, int> MyCoroutine;
class MyClass