mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'cmList-swap-fix'
071e8678de cmList: fix swap function definition
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex <leha-bot@yandex.ru>
Merge-request: !11101
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user