Skip to content
Prev 5622 / 10988 Next

[Rcpp-devel] Datetime substraction bug ?

Le 02/04/13 17:43, Robin Girard a ?crit :
It obvisouly should not create a discussion like this, because it is 
trivial that the current implementation is non sense.

It should not create a discussion, it should just be "thanks for 
pointing it out, we fixed it".

operator-( left, right ) is supposed to implement left - right, not 
right - left. end of story.
yes. this is the convention
Cool.