Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emulated Collection Proxy always need the VectorLooper for the Stream…
…erInfoActions This fixes root-project#9136. Without this commit, SelectLooper would select the 'GenericLooper' in the case of an emulated proxy for STL collection with (in the name) a custom allocator. However the GenericLooper only usable for collection with a compiled collection proxy. In particular, GenericLooper is calling the 'Next' function which is not defined for vector ... and emulated collection. Using it lead to an assert complaining (right fully so) that an 'undefined' function is being called.
- Loading branch information