CollectionUtilities: workaround cppcheck false positive
cppcheck claims uninitialized variables in the constructor despite them being initialized there. Giving them defaults seems to fix this.
Relates to ATLINFR-5449.
Edited by Frank Winklmeier
cppcheck claims uninitialized variables in the constructor despite them being initialized there. Giving them defaults seems to fix this.
Relates to ATLINFR-5449.