git-svn-id: svn://elaine/murooma/trunk@263 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-15 06:17:35 +00:00
parent 3a410e49d8
commit 8f01f2001b

View file

@ -54,6 +54,7 @@ struct tv
int32_t sec;
int32_t usec;
/*
5.3 - 6.2 = -0.9
-1
0.1
@ -61,7 +62,7 @@ struct tv
5.3 - 6.4 = -1.1
-1
-0.1
*/
tv operator-(const tv& other)
{
tv result(*this);