lemon/tolerance.h
changeset 2291 fbc4af1f9378
parent 2154 bbc79b698f62
child 2391 14a343be7a5a
equal deleted inserted replaced
7:be17a1ff2d91 8:960cbc2fa4e6
   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>)