fix for gcc-3.4
This commit is contained in:
parent
503ee25d9c
commit
521871a7ea
1 changed files with 9 additions and 5 deletions
|
|
@ -55,8 +55,12 @@
|
|||
template <class EOT>
|
||||
class eoEsChromInit : public eoRealInitBounded<EOT>
|
||||
{
|
||||
public :
|
||||
typedef typename EOT::Fitness FitT;
|
||||
public:
|
||||
|
||||
using eoEsChromInit< EOT >::size;
|
||||
using eoEsChromInit< EOT >::theBounds;
|
||||
|
||||
typedef typename EOT::Fitness FitT;
|
||||
|
||||
/** Ctor: @param
|
||||
* eoRealVectorBounds& _bounds : bounds for uniform initialization
|
||||
|
|
|
|||
Reference in a new issue