[PATCH] D73068: Reapply Avoid creating an immutable map in the Automaton class.

James Molloy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 04:50:33 PST 2020


jmolloy added inline comments.


================
Comment at: llvm/include/llvm/Support/Automaton.h:238
 /// templated on the type of these actions.
-template <typename ActionT> class Automaton {
+template <typename ActionT, template <typename ATy> class MapTy = TransitionMap>
+class Automaton {
----------------
Does this compile? I'm confused by the syntax here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73068





More information about the llvm-commits mailing list