GCC 3.3
This commit is contained in:
parent
364cded6a4
commit
347f64413e
6 changed files with 28 additions and 22 deletions
|
|
@ -98,7 +98,7 @@ private :
|
|||
|
||||
/** Specialization for bool, does an unbiased coin flip */
|
||||
template <>
|
||||
void eoUniformInit<bool>::operator()(bool & _b)
|
||||
inline void eoUniformInit<bool>::operator()(bool & _b)
|
||||
{
|
||||
_b = uniform.flip(0.5);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue