Go to the documentation of this file.
   40 #ifndef __OPENFLUID_DEPRECATION_HPP__ 
   41 #define __OPENFLUID_DEPRECATION_HPP__ 
   48   #if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) 
   49     #define OPENFLUID_DEPRECATED __attribute__ ((deprecated)) 
   51     #define OPENFLUID_DEPRECATED 
   54   #define OPENFLUID_DEPRECATED