[flang-commits] [PATCH] D158957: [flang][runtime] Avoid dependency on libc++ for `std::__libcpp_verbose_abort`

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Sep 1 09:33:01 PDT 2023


klausler added a comment.

Also, if the problem is indeed originating from the use of std::reference_wrapper<> in io-stmt.h, they could be replaced with Fortran::common::Reference from flang/include/flang/Common/reference.h.  I could throw a patch together for you to try if you think it might be of help to you.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158957/new/

https://reviews.llvm.org/D158957



More information about the flang-commits mailing list