On Feb 3, 2010, at 6:55 AM, Benjamin Kramer wrote:
>> RegionStoreManager(GRStateManager& mgr, const RegionStoreFeatures &f)
>> : StoreManager(mgr),
>> Features(f),
>> - RBFactory(mgr.getAllocator()) {}
>> + RBFactory(mgr.getAllocator(), 3) {}
> ^
> Hi Ted,
>
> ImmutableMap::Factory's constructor is declared as:
> Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
>
> what's the reason behind the '3'?
This was me playing around with changes in my local tree, and it accidentally
got checked in. I've fixed it.
Thanks!
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits