Big cleanup of rampant using std.
This commit is contained in:
parent
fcd1225370
commit
453c50c563
15 changed files with 49 additions and 40 deletions
1
coro.hpp
1
coro.hpp
|
@ -4,7 +4,6 @@
|
|||
#include <exception>
|
||||
#include <assert.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
enum TaskStates {
|
||||
STARTED, AWAIT, YIELD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue