Compiled new stuff on VC++, changes to breeder
This commit is contained in:
parent
1eaeece266
commit
e3bff7d45f
8 changed files with 83 additions and 68 deletions
|
|
@ -33,7 +33,7 @@ template <class F> class eoBin: public eoVector<bool, F>
|
|||
* Constructor.
|
||||
* @param size Size of the binary string.
|
||||
*/
|
||||
eoBin(const unsigned& size, const eoRnd<Type>& rnd): eoVector<bool,F>(size)
|
||||
eoBin(const unsigned& size, const eoRnd<bool>& rnd): eoVector<bool,F>(size)
|
||||
{
|
||||
generate(begin(), end(), rnd);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue