Skip to content

do not do any unsollicited duplicate removal and sorting of RawBank::Type during parsing of vector<Type>

Gerhard Raven requested to merge no_unrequested_sorting into master

fixes #169 (closed)

Re-ordering makes it impossible to use with {Merging,Splitting}Transformer, so remove the sorting. And also assume that if someone specifies a duplicate type, it is done on purpose, and do not make it impossible to do so...

Edited by Gerhard Raven

Merge request reports