diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-06-28 11:28:50 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-06-28 11:28:50 +0200 |
commit | eb80393224cc7073eb93bd27085691c51467288c (patch) | |
tree | 3fe70df33a5cb0cc97ea964f8ce84e22fa523875 | |
parent | bffc83b7c2c89938300b823991882cef1ddb3f12 (diff) |
c++,async: Removed iostream include
-rw-r--r-- | src/async/async.tmpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/async/async.tmpl.h b/src/async/async.tmpl.h index d081fa9..9569f60 100644 --- a/src/async/async.tmpl.h +++ b/src/async/async.tmpl.h @@ -6,8 +6,6 @@ #include <cassert> // Template inlining -#include <iostream> - namespace saw { template <typename Func> conveyor_result<Func, void> execLater(Func &&func) { |