Integer casts. Part 2. (#41)

This commit is contained in:
tower120
2020-04-21 08:27:18 +03:00
committed by Mindaugas Vinkelis
parent a544879b22
commit 3dc5940c16
16 changed files with 66 additions and 51 deletions

View File

@@ -71,7 +71,7 @@ void serialize(S& s, Derived& o) {
}
struct MoreDerived : Derived {
int8_t z{};
uint8_t z{};
MoreDerived() = default;