typedef multimap<CString, CString>::iterator it_authors;
 pair<it_authors, it_authors> pos = theApp.m_chatConetentList.equal_range(strDel);
 if (pos.first!=pos.second)
 {
  theApp.m_chatConetentList.erase(pos.first,pos.second);
 }
	
posted on 2010-01-26 12:00 
zwicker 阅读(489) 
评论(0)  编辑 收藏 引用