Orivej Desh a1079e9fd6 Fix undefined in format-test (#1349)
When `MoveCtor` performs `check_move_buffer`, the buffer allocator becomes null,
but then `MoveCtor` attempts to use it to allocate a dynamic buffer. This
succeeds nevertheless because a typical `std::allocator<char>::allocate` does
not use `this`, so it does not crash when `this` is null.

Fixes #1344
2019-10-08 15:42:51 -07:00
..
2019-07-25 19:39:41 +03:00
2017-03-09 06:09:43 -08:00
2019-06-30 06:10:07 -07:00
2019-09-01 13:08:53 -07:00
2019-06-15 09:44:51 -07:00
2019-07-07 17:14:26 -07:00
2019-08-11 11:38:16 -07:00
2019-01-13 06:58:20 -08:00