mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Add comment for -D__STDC_FORMAT_MACROS
This commit is contained in:
parent
b5d939b71b
commit
5af344b9d9
@ -3,6 +3,7 @@
|
|||||||
// https://www-01.ibm.com/support/knowledgecenter/SS9H2Y_7.1.0/com.ibm.dp.doc/json_jsonx.html
|
// https://www-01.ibm.com/support/knowledgecenter/SS9H2Y_7.1.0/com.ibm.dp.doc/json_jsonx.html
|
||||||
// This example parses JSON text from stdin with validation,
|
// This example parses JSON text from stdin with validation,
|
||||||
// and convert to JSONx format to stdout.
|
// and convert to JSONx format to stdout.
|
||||||
|
// Need compile with -D__STDC_FORMAT_MACROS for defining PRId64 and PRIu64 macros.
|
||||||
|
|
||||||
#include "rapidjson/reader.h"
|
#include "rapidjson/reader.h"
|
||||||
#include "rapidjson/stringbuffer.h"
|
#include "rapidjson/stringbuffer.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user