diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:52:30 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:52:30 +0000 |
commit | 243a6be085fe6a7ce49169864c68a8839735e49b (patch) | |
tree | abfecf3c23dc7512ca48e72ac418b149c865e0f3 /include/experimental/coroutine | |
parent | 1147845301c03308e3419b89c28c77bb6917fe04 (diff) |
Notes
Diffstat (limited to 'include/experimental/coroutine')
-rw-r--r-- | include/experimental/coroutine | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/experimental/coroutine b/include/experimental/coroutine index e2f0a25f77ed..54ec74b9f984 100644 --- a/include/experimental/coroutine +++ b/include/experimental/coroutine @@ -51,7 +51,6 @@ template <class P> struct hash<coroutine_handle<P>>; #include <functional> #include <memory> // for hash<T*> #include <cstddef> -#include <cassert> #include <__debug> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |