diff options
| author | David Zarzycki <dave@znu.io> | 2019-09-26 11:12:29 +0000 |
|---|---|---|
| committer | David Zarzycki <dave@znu.io> | 2019-09-26 11:12:29 +0000 |
| commit | a0686015106c2a04e85af82a4687895e12a4531c (patch) | |
| tree | bda83302744f2ae76ac406ff7c067f9667f5e00f /libcxx/include/experimental/coroutine | |
| parent | 2dcee966ad618437bbc9ad5a81f76507a678d512 (diff) | |
| download | bcm5719-llvm-a0686015106c2a04e85af82a4687895e12a4531c.tar.gz bcm5719-llvm-a0686015106c2a04e85af82a4687895e12a4531c.zip | |
[libcxx] Do not implicitly #include assert.h
Users should only get the assert() macros if they explicitly include
them.
Found after switching from the GNU C++ stdlib to the LLVM C++ stdlib.
llvm-svn: 372963
Diffstat (limited to 'libcxx/include/experimental/coroutine')
| -rw-r--r-- | libcxx/include/experimental/coroutine | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/experimental/coroutine b/libcxx/include/experimental/coroutine index e2f0a25f77e..54ec74b9f98 100644 --- a/libcxx/include/experimental/coroutine +++ b/libcxx/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) |

