Go to the documentation of this file.
3 #ifndef DUNE_COMMON_VISIBILITY_HH
4 #define DUNE_COMMON_VISIBILITY_HH
18 #define DUNE_EXPORT implementation_defined
26 #define DUNE_PRIVATE implementation_defined
33 #define DUNE_EXPORT __attribute__((visibility("default")))
34 #define DUNE_PRIVATE __attribute__((visibility("hidden")))
43 #endif // DUNE_COMMON_VISIBILITY