Added support of String class (issue #55, #56, #70, #77)

This commit is contained in:
Benoit Blanchon
2015-05-25 15:38:58 +02:00
parent 756c279cdc
commit 1b5be892b9
22 changed files with 351 additions and 119 deletions

View File

@@ -7,7 +7,7 @@
#pragma once
#ifdef _MSC_VER
#define JSON_FORCE_INLINE __forceinline
#define FORCE_INLINE __forceinline
#else
#define JSON_FORCE_INLINE __attribute__((always_inline))
#define FORCE_INLINE __attribute__((always_inline))
#endif