Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2014-11-06 21:24:20 +0300
committerPhilipp A. Hartmann <pah@qo.cx>2014-11-06 22:52:49 +0300
commit549dcb755d64a0f7990b5935796c1b2ef74a46e4 (patch)
tree77705d61f439a67ffe9841ad3d6d9b0cc8eb702d /include/rapidjson/encodedstream.h
parent55757ff4209bb4d3e204ce41544f716d66045a13 (diff)
*.h: move to namespace macros
Diffstat (limited to 'include/rapidjson/encodedstream.h')
-rw-r--r--include/rapidjson/encodedstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rapidjson/encodedstream.h b/include/rapidjson/encodedstream.h
index 9dc00c7a..c310d2e5 100644
--- a/include/rapidjson/encodedstream.h
+++ b/include/rapidjson/encodedstream.h
@@ -28,7 +28,7 @@ RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(effc++)
#endif
-namespace rapidjson {
+RAPIDJSON_NAMESPACE_BEGIN
//! Input byte stream wrapper with a statically bound encoding.
/*!
@@ -281,7 +281,7 @@ private:
#undef RAPIDJSON_ENCODINGS_FUNC
-} // namespace rapidjson
+RAPIDJSON_NAMESPACE_END
#ifdef __GNUC__
RAPIDJSON_DIAG_POP