Skip to content

Commit 3a74fc9

Browse files
committed
reverting
1 parent 2dd9672 commit 3a74fc9

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

NEWS.md

-3
This file was deleted.

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,3 @@ To use `rapidjsonr` in your own package, add a dependency to `rapidjsonr` to you
4646

4747
This package is provided under the MIT license, as per Rapidjson itself.
4848

49-
50-
## Build Notes
51-
52-
Allow `#include <string>` in `rapidjson.h` by commenting out the `#if` guards
53-
54-
```
55-
//#if RAPIDJSON_HAS_STDSTRING
56-
#include <string>
57-
//#endif // RAPIDJSON_HAS_STDSTRING
58-
```

inst/include/rapidjson/rapidjson.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
*/
159159
#endif // !defined(RAPIDJSON_HAS_STDSTRING)
160160

161-
//#if RAPIDJSON_HAS_STDSTRING
161+
#if RAPIDJSON_HAS_STDSTRING
162162
#include <string>
163-
//#endif // RAPIDJSON_HAS_STDSTRING
163+
#endif // RAPIDJSON_HAS_STDSTRING
164164

165165
///////////////////////////////////////////////////////////////////////////////
166166
// RAPIDJSON_USE_MEMBERSMAP

0 commit comments

Comments
 (0)