equal
deleted
inserted
replaced
304 |
304 |
305 ///Returns zero |
305 ///Returns zero |
306 static Value zero() {return 0;} |
306 static Value zero() {return 0;} |
307 }; |
307 }; |
308 |
308 |
309 #ifndef __STRICT_ANSI__ |
309 #if defined __GNUC__ && !defined __STRICT_ANSI__ |
310 |
310 |
311 ///Long long integer specialization of \ref Tolerance. |
311 ///Long long integer specialization of \ref Tolerance. |
312 |
312 |
313 ///Long long integer specialization of \ref Tolerance. |
313 ///Long long integer specialization of \ref Tolerance. |
314 ///\warning This class (more exactly, type <tt>long long</tt>) |
314 ///\warning This class (more exactly, type <tt>long long</tt>) |