Remove a const in a return type functor template
This commit is contained in:
parent
0a528039e2
commit
cb97ce47cc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
* Functor allowing to compare two solutions.
|
* Functor allowing to compare two solutions.
|
||||||
*/
|
*/
|
||||||
template < class MOEOT >
|
template < class MOEOT >
|
||||||
class moeoComparator : public eoBF < const MOEOT &, const MOEOT &, const bool >
|
class moeoComparator : public eoBF < const MOEOT &, const MOEOT &, bool >
|
||||||
{};
|
{};
|
||||||
|
|
||||||
#endif /*MOEOCOMPARATOR_H_*/
|
#endif /*MOEOCOMPARATOR_H_*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue