GCC 3.3
This commit is contained in:
parent
364cded6a4
commit
347f64413e
6 changed files with 28 additions and 22 deletions
|
|
@ -107,7 +107,7 @@ private :
|
|||
|
||||
/// Specialization for bool
|
||||
template <>
|
||||
bool random_generator<bool>::operator()(void)
|
||||
inline bool random_generator<bool>::operator()(void)
|
||||
{
|
||||
return random.flip(0.5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue