> One side problem is that I cannot make the MemRegion* in the ImmutableList > const. If I did that, I would get compile error, related to FoldingSet > Profile() overloading. > > It seems that ImmutableList cannot take a const type as template parameter, otherwise the two Profile functions in the partial specialization of FoldingSetTrait would have the same signature. (FoldingSet.h:444, 447).
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
