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
..
2019-08-23 14:33:16 -07:00
2018-07-05 15:55:57 -07:00
2017-07-20 11:01:00 -07:00
2018-10-29 17:21:30 -07:00
2018-05-18 11:06:15 -07:00
2016-05-23 14:08:21 -07:00
2016-05-23 14:08:21 -07:00
2016-05-23 14:08:21 -07:00
2019-08-19 17:57:23 -07:00
2020-06-01 17:58:52 -07:00
2019-05-22 19:42:13 -07:00
2018-09-02 18:26:55 -07:00
2019-04-05 12:34:53 -07:00
2019-04-05 12:34:53 -07:00
2018-07-29 13:23:00 -07:00
2016-05-23 14:08:21 -07:00
2016-05-23 14:08:21 -07:00
2019-11-11 09:29:37 -08:00
2019-11-11 09:29:37 -08:00
2017-01-09 17:13:44 -08:00
2019-05-22 19:42:13 -07:00
2018-07-05 15:55:57 -07:00
2016-01-19 14:31:17 -08:00
2018-09-02 18:26:55 -07:00
2020-01-13 12:34:06 -08:00
2020-05-07 14:11:26 -07:00
2020-05-07 14:11:26 -07:00
2019-11-11 09:29:37 -08:00
2019-05-22 11:48:10 -07:00
2017-05-22 15:14:46 -07:00
2019-09-23 09:22:43 -07:00
2016-01-19 14:31:17 -08:00
2019-07-22 16:05:15 -07:00
2016-01-19 14:31:17 -08:00