|
|
|
|
|
|
Class instance( stuff1, Stuff2 );
and Class instance{ stuff1, Stuff2 };
there is another difference: initializer-list constructors are also considered when braces are used. |
|
|
you suddenly killed my enthusiasm and brought me back to the classic way xD |