071e8678de cmList: fix swap function definition Acked-by: Kitware Robot <[email protected]> Acked-by: Alex <[email protected]> Merge-request: !11101
@@ -1319,12 +1319,10 @@ inline std::vector<std::string>& operator+=(std::vector<std::string>& l,
return l;
}
-namespace std {
inline void swap(cmList& lhs, cmList& rhs) noexcept
{
lhs.swap(rhs);
-} // namespace std
namespace cm {
inline void erase(cmList& list, std::string const& value)