commit 2025-09-29 19:48 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-09-29 19:48:41 +09:00
parent 92d2763d40
commit 6e9dffc1f4

View File

@ -5498,8 +5498,8 @@ namespace ZNsMain
ZtCBaseList& operator=(const ZtCBaseList& rhs)
{
// 초기에 DeleteAll() 로 다 삭제하고 필요한 만큼 AddTail()
// 을 호출하고 있는데, 최적화의 여지가 있다.
// 초기에 DeleteAll() 로 다 삭제하고, 필요한 만큼
// AddTail() 을 호출하고 있는데, 최적화의 여지가 있다.
if(this==&rhs) return *this; this->DeleteAll();