Struct packing

This commit is contained in:
Paul Hollinsky
2018-09-20 16:02:40 -04:00
parent 22021bbd83
commit 1f65a03481
2 changed files with 20 additions and 10 deletions
+5
View File
@@ -9,6 +9,9 @@
#include <vector>
#include <memory>
#pragma pack(push)
#pragma pack(1)
namespace icsneo {
class MessageDecoder {
@@ -269,4 +272,6 @@ private:
}
#pragma pack(pop)
#endif