Lioncash e99a148628 common/bit_field: Make BitField trivially copyable
This makes the class much more flexible and doesn't make performing
copies with classes that contain a bitfield member a pain.

Given BitField instances are only intended to be used within unions, the
fact the full storage value would be copied isn't a big concern (only
sizeof(union_type) would be copied anyways).

While we're at it, provide defaulted move constructors for consistency.
2019-03-07 17:05:44 -05:00
..
2018-11-21 03:43:41 -05:00
2019-02-06 22:23:41 -03:00
2019-02-06 22:20:57 -03:00
2018-10-02 15:30:48 +02:00
2018-10-02 16:04:10 +02:00
2019-02-06 22:20:57 -03:00
2019-02-06 22:20:57 -03:00
2019-02-24 15:24:06 +01:00
2019-02-15 22:14:54 +01:00