bakinovsky-m
988164f6e1
[C++] Got rid of memset's in constructors (#5938)
* [C++] removed array's memsets from struct parametrized constructor
now POD-typed arrays are zero-initialized
and class-typed arrays are default-initialized
* [C++] memset -> zero/default initialization in default constructor
* [C++] Struct-type and array default initialization
* [C++] Newly generated tests
* [C++] forgotten test
* [C++] curly brace by code style
* [C++] test if memory is 0's after placement new
* [C++] memory leak fix
* [C++] simplifying and non-dynamic memory in test
* [C++] code cleanup
* [C++] disable old-compiler warning
* [C++] windows build fix (try)
* [C++] debug-new win build fix
2020-06-01 17:58:52 -07:00
..
2020-03-12 15:33:39 -07:00
2020-03-12 15:33:39 -07:00
2020-03-12 15:33:39 -07:00
2017-08-11 09:28:06 -07:00
2020-02-10 17:43:36 -08:00
2019-09-23 09:22:43 -07:00
2019-07-22 16:05:15 -07:00
2017-08-11 09:28:06 -07:00
2020-02-10 17:43:36 -08:00
2018-05-14 11:12:24 -07:00
2019-07-22 16:05:15 -07:00
2019-02-04 23:33:57 +01:00
2020-05-21 09:14:20 -07:00
2020-03-12 15:33:39 -07:00
2020-03-12 15:33:39 -07:00
2018-12-20 16:10:20 -08:00
2020-02-10 17:43:36 -08:00
2019-09-23 09:22:43 -07:00
2019-07-22 16:05:15 -07:00
2017-08-11 09:28:06 -07:00
2020-06-01 17:58:52 -07:00
2020-01-20 21:20:52 -08:00
2020-04-09 09:53:16 -07:00
2017-04-12 17:47:47 -07:00
2019-03-07 15:05:00 -08:00