Skip to content

Commit f9004b9

Browse files
committed
modify
1 parent c831675 commit f9004b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rapidjson/document.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ class GenericDocument : public GenericValue<Encoding, Allocator> {
21842184
}
21852185

21862186
// Allow Swap with ValueType.
2187-
// Refer to Effective C++/Item 33: Avoid hiding inherited names.
2187+
// Refer to Effective C++ 3rd Edition/Item 33: Avoid hiding inherited names.
21882188
using ValueType::Swap;
21892189

21902190
//! free-standing swap function helper

0 commit comments

Comments
 (0)