diff options
Diffstat (limited to 'Utilities/cmjsoncpp/include/json/features.h')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/features.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/cmjsoncpp/include/json/features.h b/Utilities/cmjsoncpp/include/json/features.h index 72eb6a8..365abb3 100644 --- a/Utilities/cmjsoncpp/include/json/features.h +++ b/Utilities/cmjsoncpp/include/json/features.h @@ -10,7 +10,9 @@ #include "forwards.h" #endif // if !defined(JSON_IS_AMALGAMATION) +#if !defined(__SUNPRO_CC) #pragma pack(push, 8) +#endif namespace Json { @@ -56,6 +58,8 @@ public: } // namespace Json +#if !defined(__SUNPRO_CC) #pragma pack(pop) +#endif #endif // CPPTL_JSON_FEATURES_H_INCLUDED |