Resolve MSVC errors and warnings with refactor

This commit is contained in:
Paul Hollinsky
2018-10-22 12:19:33 -04:00
parent 8e6b0d0b0e
commit 9675bb81f7
22 changed files with 36 additions and 9 deletions
-4
View File
@@ -11,8 +11,6 @@
#include <vector>
#include <memory>
#pragma pack(push, 1)
namespace icsneo {
class Encoder {
@@ -29,6 +27,4 @@ private:
}
#pragma pack(pop)
#endif