fix for gcc-3.4
This commit is contained in:
parent
503ee25d9c
commit
521871a7ea
1 changed files with 9 additions and 5 deletions
|
|
@ -56,6 +56,10 @@ template <class EOT>
|
|||
class eoEsChromInit : public eoRealInitBounded<EOT>
|
||||
{
|
||||
public:
|
||||
|
||||
using eoEsChromInit< EOT >::size;
|
||||
using eoEsChromInit< EOT >::theBounds;
|
||||
|
||||
typedef typename EOT::Fitness FitT;
|
||||
|
||||
/** Ctor: @param
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue