You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/rapidjson/document.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -923,7 +923,7 @@ class GenericValue {
923
923
//! Equal-to operator
924
924
/*!
925
925
\note If an object contains duplicated named member, comparing equality with any object is always \c false.
926
-
\note Linear time complexity (number of all values in the subtree and total lengths of all strings).
926
+
\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).
0 commit comments