Skip to content

SGComps: Make SGInputLoader output predictable.

Scott Snyder requested to merge ssnyder/athena:order.SGComps-20190111 into master

The ordering of a loop over a DataObjIDColl is undefined. This can cause the output to differ between different compiler versions. Sort objects in SGInputLoader to make the output stable across compiler versions.

Merge request reports