This commit is contained in:
bluehero 2017-08-07 13:09:22 +08:00
parent c831675026
commit f9004b90c5

View File

@ -2184,7 +2184,7 @@ public:
}
// Allow Swap with ValueType.
// Refer to Effective C++/Item 33: Avoid hiding inherited names.
// Refer to Effective C++ 3rd Edition/Item 33: Avoid hiding inherited names.
using ValueType::Swap;
//! free-standing swap function helper