--- dyninst-9.2.0/dataflowAPI/h/stackanalysis.h.template-angle 2016-06-29 14:54:14.000000000 -0700
+++ dyninst-9.2.0/dataflowAPI/h/stackanalysis.h 2016-07-26 11:30:43.080589820 -0700
@@ -331,7 +331,7 @@ public:
// To build intervals, we must replay the effect of each instruction.
// To avoid sucking enormous time, we keep those transfer functions around...
- typedef std::map<ParseAPI::Block *, std::map<Offset, TransferFuncs>>
+ typedef std::map<ParseAPI::Block *, std::map<Offset, TransferFuncs> >
InstructionEffects;
DATAFLOW_EXPORT StackAnalysis();