Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.19k stars 3.53k forks source link

rapidjson.h: add forgotten ppc64 case #2253

Closed barracuda156 closed 5 months ago

barracuda156 commented 8 months ago

On Darwin __ppc__ is defined only for 32-bit, so __ppc64__ has to be present as well.

barracuda156 commented 6 months ago

Could someone please merge this?

barracuda156 commented 5 months ago

@miloyip Could you please review this?

barracuda156 commented 5 months ago

@miloyip Thank you for merging!