[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 11:30:55 PDT 2023


klausler added a comment.

> Wouldn't that call std::get on a std::variant?

Yes, but only as the argument of a `decltype()`, so it should not matter.  Perhaps that's the root of the problem.

Perhaps replacing `common::visit` with `std::visit` might dodge the problem, although it might raise others.


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

https://reviews.llvm.org/D158957



More information about the flang-commits mailing list