git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2107 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2011-02-07 16:30:12 +00:00
commit 518d369491

View file

@ -40,7 +40,6 @@ template <class EOT, class Fitness=typename EOT::Fitness>
class moIndexedSwapNeighbor: public moBackableNeighbor<EOT, Fitness>, public moIndexNeighbor<EOT>
{
public:
// using moIndexNeighbor<EOT>::EOT;
using moBackableNeighbor<EOT>::fitness;
using moIndexNeighbor<EOT>::key;