Skip to content

Reorder and split ctors

Bkg2k requested to merge reorder-and-split-ctors into master
  • Reorder and add missing initialization
  • Remove default arguments and add more constructors to decrease pushes from callers
  • Chain C++11 constructor when appliable

Merge request reports