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
|
|
@ -122,7 +122,7 @@ public :
|
|||
|
||||
protected :
|
||||
eoPop<EOT>& dest;
|
||||
eoPop<EOT>::iterator current;
|
||||
typename eoPop<EOT>::iterator current;
|
||||
const eoPop<EOT>& src;
|
||||
|
||||
private :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue