Added a typename decorator to a template type to keep the C++ compiler happy
This commit is contained in:
parent
46f054ff98
commit
5a7e6976d1
|
@ -494,7 +494,7 @@ public:
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef std::list<T>::iterator iterator;
|
typedef typename std::list<T>::iterator iterator;
|
||||||
|
|
||||||
inline iterator beginSeqEach()
|
inline iterator beginSeqEach()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user