Always use brace-initializer in constructors
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.
This diff is collapsed.
This diff is collapsed.
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.