Weiyi Wang 71530781f3 common/swap: remove default value for swap type internal storage
This is compromise for swap type being used in union. A union has deleted default constructor if it has at least one variant member with non-trivial default constructor, and no variant member of T has a default member initializer. In the use case of Bitfield, all variant members will be the swap type on endianness mismatch, which would all have non-trivial default constructor if default value is specified, and non of them can have member initializer
2019-02-06 17:24:27 +01:00
..
2018-11-21 03:43:41 -05:00
2018-10-02 15:30:48 +02:00
2018-10-02 16:04:10 +02:00
2018-09-07 11:54:51 +05:30
2018-09-07 11:54:51 +05:30
2018-07-29 15:24:41 +02:00