added some typename statements to make it compile without warnings under gcc3.2
This commit is contained in:
parent
5054418a66
commit
c175b152bc
10 changed files with 20 additions and 20 deletions
|
|
@ -59,7 +59,7 @@ class eoDetSelect : public eoSelect<EOT>
|
|||
|
||||
unsigned remain = target % pSize;
|
||||
unsigned entireCopy = target / pSize;
|
||||
eoPop<EOT>::iterator it = _dest.begin();
|
||||
typename eoPop<EOT>::iterator it = _dest.begin();
|
||||
|
||||
if (target >= pSize)
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue