Go to the documentation of this file. 5 #ifndef DUNE_COMMON_VISIBILITY_HH 6 #define DUNE_COMMON_VISIBILITY_HH 20 #define DUNE_EXPORT implementation_defined 28 #define DUNE_PRIVATE implementation_defined 35 #define DUNE_EXPORT __attribute__((visibility("default"))) 36 #define DUNE_PRIVATE __attribute__((visibility("hidden"))) 45 #endif // DUNE_COMMON_VISIBILITY