Fix using directives for gcc-4.1
This commit is contained in:
parent
929974805d
commit
10d582b31d
19 changed files with 86 additions and 85 deletions
|
|
@ -89,8 +89,8 @@ class eoSequentialOp : public eoOpContainer<EOT>
|
|||
{
|
||||
public:
|
||||
|
||||
using eoOpContainer< EOT >::ops;
|
||||
using eoOpContainer< EOT >::rates;
|
||||
using eoOpContainer<EOT>::ops;
|
||||
using eoOpContainer<EOT>::rates;
|
||||
|
||||
typedef unsigned position_type;
|
||||
|
||||
|
|
|
|||
Reference in a new issue