# | Line 31 | Line 31 | Binary::Binary(const Type& type) : bytes | |
---|---|---|
31 | { | |
32 | byte_t* type_(reinterpret_cast<byte_t*>(const_cast<Type*>(&type))); | |
33 | ||
34 | < | _mforeach (ext::Vector<byte_t>, byte, bytes) *byte = *type_++; |
34 | > | _foreach (ext::Vector<byte_t>, byte, bytes) *byte = *type_++; |
35 | } | |
36 | ||
37 | template <typename Type> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |