表达式结果未在Xcode上使用

问题描述

全部

以下给出警告:

std::list<MyList>::iterator it = std::next( m_lines.begin(),m_currentLine - 1 );
for( it; it != m_lines.end(); ++it )

红色的波浪状表示it;上的错误

这是什么问题,我该如何解决

如果重要的话,我正在OS X 10.13上使用Xcode 9。

TIA!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)