Opened 21 years ago
Last modified 21 years ago
#632 closed Bug report
Cannot compile on MSVC6
Reported by: | puddle | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | puddle, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
cvs version
Server.cpp
CServer::WindowProc
for (std::list<CServerThread *>::iterator iter =
pServer->m_ThreadArray.begin(); iter !=
pServer->m_ThreadArray.end(); iter++, i++)
for (std::list<CServerThread *>::iterator iter =
pServer->m_ClosedThreads.begin(); iter !=
pServer->m_ClosedThreads.end(); iter++, i++)
causes this compilation error:
FileZilla Server\source\Server.cpp(188) : error C2086:
'iter' : redefinition
on MSVC6
Change History (2)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Confirm fixed. Thank you!
I didn't confirm immediately, because the cvs copy available
for anonymous access is delayed :)
Note:
See TracTickets
for help on using tickets.
Thanks for reporting, fixed in CVS.