mirror of https://github.com/CGAL/cgal
missing default visibility
This commit is contained in:
parent
cd37d33a30
commit
0b23a66117
|
|
@ -85,6 +85,8 @@ struct Hilbert_cmp_3<K,2,false>
|
|||
|
||||
#ifdef __clang__
|
||||
#define CGAL_VISIBILITY_MACRO __attribute__ ((visibility ("hidden")))
|
||||
#else
|
||||
#define CGAL_VISIBILITY_MACRO __attribute__ ((visibility ("default")))
|
||||
#endif
|
||||
|
||||
template <class K, class ConcurrencyTag>
|
||||
|
|
|
|||
Loading…
Reference in New Issue