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:
authorMilo Yip <miloyip@gmail.com>2016-04-05 18:56:50 +0300
committerMilo Yip <miloyip@gmail.com>2016-04-05 18:56:50 +0300
commit35ccca8b7430f8b354142131a632f542cf162206 (patch)
tree3d159f8496ce1b48f83d7d8302d1fa1127589608 /include/rapidjson/document.h
parent8991037ecd1a3a2bec97813b61c2a1993ad7fb6d (diff)
Try to fix VC warning C4512
Diffstat (limited to 'include/rapidjson/document.h')
-rw-r--r--include/rapidjson/document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h
index e23e1ade..dda799c1 100644
--- a/include/rapidjson/document.h
+++ b/include/rapidjson/document.h
@@ -322,6 +322,8 @@ private:
//! Disallow construction from non-const array
template<SizeType N>
GenericStringRef(CharType (&str)[N]) /* = delete */;
+
+ GenericStringRef& operator=(const GenericStringRef&);
};
//! Mark a character pointer as constant string