[libcxx-commits] [libcxx] [libc++][streams] P1759R6: Native handles and file streams (PR #76632)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 31 03:37:10 PST 2023
================
@@ -188,6 +195,7 @@ typedef basic_fstream<wchar_t> wfstream;
#include <__utility/move.h>
#include <__utility/swap.h>
#include <__utility/unreachable.h>
+#include <cassert>
----------------
mordante wrote:
We should not include asserts in headers. At least one of the CI jobs fails due this.
https://github.com/llvm/llvm-project/pull/76632
More information about the libcxx-commits
mailing list