mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-06 05:19:23 +00:00
Integer casts. Part 2. (#41)
This commit is contained in:
committed by
Mindaugas Vinkelis
parent
a544879b22
commit
3dc5940c16
@@ -71,7 +71,7 @@ void serialize(S& s, Derived& o) {
|
||||
}
|
||||
|
||||
struct MoreDerived : Derived {
|
||||
int8_t z{};
|
||||
uint8_t z{};
|
||||
|
||||
MoreDerived() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user