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.
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.