Bug 1375957 - Bump the version of jsoncpp r=kip

MozReview-Commit-ID: IwdWn9R4GRz
This commit is contained in:
Sylvestre Ledru
2017-06-23 21:21:17 +02:00
parent 9d4a84d778
commit 8bb4f04f13
15 changed files with 326 additions and 105 deletions

View File

@@ -10,6 +10,8 @@
#include "forwards.h"
#endif // if !defined(JSON_IS_AMALGAMATION)
#pragma pack(push, 8)
namespace Json {
/** \brief Configuration passed to reader and writer.
@@ -54,4 +56,6 @@ public:
} // namespace Json
#pragma pack(pop)
#endif // CPPTL_JSON_FEATURES_H_INCLUDED