[flang-commits] [flang] [llvm] [flang] [flang-rt] Addition of the Fortran 2023 TOKENIZE intrinsic. (PR #181030)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Feb 24 02:45:54 PST 2026
================
@@ -17,6 +17,7 @@
#include "flang/Runtime/freestanding-tools.h"
#include <algorithm>
#include <cstring>
+#include <iostream>
----------------
tblah wrote:
Please remove this. It would create a dependency on the C++ runtime library. We are careful to use only c runtime functions and header-only stl utilities.
https://github.com/llvm/llvm-project/pull/181030
More information about the flang-commits
mailing list