Skip to content

Fix parenthesis order in argument casting

Joe Snyder requested to merge fix_paren_order_casting into master

Windows complained that the (<>){<>} ordering was non-standard. Enclose the object in the parenthesis instead: <>({<>})

Merge request reports