Inserted a missing std::
This commit is contained in:
parent
5c7f17c153
commit
b643ec2be3
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ template<class EOT> class eoSBXCrossover: public eoQuadOp<EOT>
|
||||||
|
|
||||||
|
|
||||||
/// The class name.
|
/// The class name.
|
||||||
virtual string className() const { return "eoSBXCrossover"; }
|
virtual std::string className() const { return "eoSBXCrossover"; }
|
||||||
|
|
||||||
/*****************************************
|
/*****************************************
|
||||||
* SBX crossover - modifies both parents *
|
* SBX crossover - modifies both parents *
|
||||||
|
|
|
||||||
Reference in a new issue