#include <SoVersion.h>
Go to the source code of this file.
Macros | |
#define | __has_feature(x) 0 |
#define | __has_extension(x) __has_feature |
#define | SoDEPRECATED_ERROR_VERSION 0 |
Used to hide APIs deprecated after the given version. | |
#define __has_extension | ( | x | ) | __has_feature |
Definition at line 33 of file SoDeprecationRules.h.
#define __has_feature | ( | x | ) | 0 |
Definition at line 29 of file SoDeprecationRules.h.
#define SoDEPRECATED_ERROR_VERSION 0 |
Used to hide APIs deprecated after the given version.
This will cause an error to be signaled at compile time if a deprecated API is used.
By default it is defined to 0.
Definition at line 57 of file SoDeprecationRules.h.