Skip to content

Commit

Permalink
Merge bf09397 into bfdcf49
Browse files Browse the repository at this point in the history
  • Loading branch information
leolchat committed Feb 1, 2019
2 parents bfdcf49 + bf09397 commit ed25d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rapidjson/document.h
Expand Up @@ -923,7 +923,7 @@ class GenericValue {
//! Equal-to operator
/*!
\note If an object contains duplicated named member, comparing equality with any object is always \c false.
\note Linear time complexity (number of all values in the subtree and total lengths of all strings).
\note Complexity is quadratic in Object's member number and linear for the rest (number of all values in the subtree and total lengths of all strings).
*/
template <typename SourceAllocator>
bool operator==(const GenericValue<Encoding, SourceAllocator>& rhs) const {
Expand Down

0 comments on commit ed25d82

Please sign in to comment.