Skip to content
Snippets Groups Projects
Commit d0f62151 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Use () instead of {} for initialization in constructors

Using {} syntax for direct initialization of reference types in constructor
member initialization lists is broken on some compilers, even though it's valid
C++11 code.  Use () to ensure correctness.
parent 7ab609f1
No related branches found
No related tags found
1 merge request!25Fix gcc485 segfault
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment