jariba / europa-pso

Automatically exported from code.google.com/p/europa-pso
1 stars 0 forks source link

No % operator for edouble #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There's a friend-function % operator for double % edouble, but no % operator on 
edouble.  Either it should be added or the friend function should be removed.

Original issue reported on code.google.com by miata...@gmail.com on 26 Jan 2012 at 7:32

GoogleCodeExporter commented 8 years ago

Original comment by javier.barreiro@gmail.com on 30 May 2012 at 5:31

GoogleCodeExporter commented 8 years ago
% isn't defined on doubles, either.  The right thing is to overload std::fmod.

Original comment by miata...@gmail.com on 30 May 2012 at 6:06