lemon/tolerance.h
changeset 1968 78e6e2d1fd96
parent 1956 a055123339d5
child 2073 d886e4b131e6
equal deleted inserted replaced
4:2431fd1a6477 5:b21f17953cd2
   269 
   269 
   270     ///Returns zero
   270     ///Returns zero
   271     static Value zero() {return 0;}
   271     static Value zero() {return 0;}
   272   };
   272   };
   273 
   273 
       
   274 #ifndef __STRICT_ANSI__
       
   275 
   274   ///Long long integer specialization of \ref Tolerance.
   276   ///Long long integer specialization of \ref Tolerance.
   275 
   277 
   276   ///Long long integer specialization of \ref Tolerance.
   278   ///Long long integer specialization of \ref Tolerance.
       
   279   ///\warning This class is not ansi compatible.
   277   ///\sa Tolerance
   280   ///\sa Tolerance
   278   template<>
   281   template<>
   279   class Tolerance<long long int>
   282   class Tolerance<long long int>
   280   {
   283   {
   281   public:
   284   public:
   302 
   305 
   303     ///Returns zero
   306     ///Returns zero
   304     static Value zero() {return 0;}
   307     static Value zero() {return 0;}
   305   };
   308   };
   306 
   309 
       
   310 #endif
       
   311 
   307   /// @}
   312   /// @}
   308 
   313 
   309 } //namespace lemon
   314 } //namespace lemon
   310 
   315 
   311 #endif //LEMON_TOLERANCE_H
   316 #endif //LEMON_TOLERANCE_H