Lioncash a77ee63f65 ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw()
It's undefined behavior to use non-trivially copyable objects with
std::memcpy, so we can add asserts to catch usages of these at
compile-time.
2020-08-05 14:08:28 -04:00
..
2020-06-27 11:36:05 -04:00
2020-08-03 21:31:28 +10:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:35:21 -04:00
2020-04-20 15:53:49 -04:00