Files
citra/src/common
LioncashandfearlessTobi c47c24bbd2 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-16 04:10:03 +01:00
..
2019-03-10 19:18:09 -05:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-06-29 16:56:12 +03:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-11-20 14:24:19 -05:00
2018-10-20 10:35:55 -04:00
2019-03-09 19:15:35 -06:00
2018-09-06 16:03:28 -04:00
2018-09-06 16:03:28 -04:00
2018-09-19 07:14:36 +01:00
2019-03-10 19:18:09 -05:00
2019-03-10 19:18:09 -05:00
2019-02-19 16:39:34 -05:00
2018-09-06 00:00:21 +02:00