mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
clang-tidy modernize-use-auto
This commit is contained in:
@@ -235,7 +235,7 @@ void EQStreamFactory::CheckTimeout()
|
||||
//give it a little time for everybody to finish with it
|
||||
} else {
|
||||
//everybody is done, we can delete it now
|
||||
std::map<std::pair<uint32, uint16>, std::shared_ptr<EQStream>>::iterator temp = stream_itr;
|
||||
auto temp = stream_itr;
|
||||
++stream_itr;
|
||||
temp->second = nullptr;
|
||||
Streams.erase(temp);
|
||||
|
||||
Reference in New Issue
Block a user