Initial size handling
This commit is contained in:
parent
9f9dcd5882
commit
0b73f8037b
28 changed files with 543 additions and 135 deletions
|
|
@ -226,8 +226,8 @@ namespace tp {
|
|||
Type y;
|
||||
|
||||
Vec() :
|
||||
x(0),
|
||||
y(0) {}
|
||||
x{},
|
||||
y{} {}
|
||||
|
||||
// Initialization
|
||||
template <typename TypeIn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue