[flang-commits] [PATCH] D85646: [flang][msvc] Disambiguate injected class name.

Michael Kruse via Phabricator via flang-commits flang-commits at lists.llvm.org
Sat Aug 22 10:16:19 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2aaa5a546ea0: [flang][msvc] Disambiguate injected class name. (authored by Meinersbur).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85646

Files:
  flang/include/flang/Evaluate/expression.h


Index: flang/include/flang/Evaluate/expression.h
===================================================================
--- flang/include/flang/Evaluate/expression.h
+++ flang/include/flang/Evaluate/expression.h
@@ -745,7 +745,7 @@
   using Result = SomeKind<CAT>;
   EVALUATE_UNION_CLASS_BOILERPLATE(Expr)
   int GetKind() const;
-  common::MapTemplate<Expr, CategoryTypes<CAT>> u;
+  common::MapTemplate<evaluate::Expr, CategoryTypes<CAT>> u;
 };
 
 template <> class Expr<SomeCharacter> : public ExpressionBase<SomeCharacter> {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85646.287202.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20200822/332c9958/attachment.bin>


More information about the flang-commits mailing list