diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 310fc71..abac0c2 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -413,7 +413,6 @@ template struct IsGenericValue : IsGenericValueImpl::Type {}; \tparam Encoding Encoding of the value. (Even non-string values need to have the same encoding in a document) \tparam Allocator Allocator type for allocating memory of object, array and string. */ -#pragma pack (push, 4) template > class GenericValue { public: @@ -1590,7 +1589,6 @@ private: Data data_; unsigned flags_; }; -#pragma pack (pop) //! GenericValue with UTF8 encoding typedef GenericValue > Value;