Remove some uses of using namespace std.
This commit is contained in:
committed by
Dick Hollenbeck
parent
5c28285cdf
commit
7f12513c7e
@@ -3,8 +3,6 @@
|
||||
|
||||
#include <tool/coroutine.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
typedef COROUTINE<int, int> MyCoroutine;
|
||||
|
||||
class MyClass
|
||||
|
||||
Reference in New Issue
Block a user