[PATCH] D88794: [flang] Fix pimpl idiom for IntrinsicProcTable.

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 09:58:57 PDT 2020


klausler accepted this revision.
klausler added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/include/flang/Common/idioms.h:34
 #include <variant>
+#include <memory>
 
----------------
Please maintain alphabetical ordering of standard headers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88794



More information about the llvm-commits mailing list