map::iterator is a dependent typename and needs the typename keyword. (#4545)
This commit is contained in:
parent
1fb3e9f535
commit
923377c15b
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ private:
|
|||
|
||||
private:
|
||||
std::map<origin_entry, entry> queues;
|
||||
std::map<origin_entry, entry>::iterator iterator{ queues.end () };
|
||||
typename std::map<origin_entry, entry>::iterator iterator{ queues.end () };
|
||||
size_t counter{ 0 };
|
||||
|
||||
std::chrono::steady_clock::time_point last_update{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue