Merge pull request #15 from memem359/fix-visibility-clang
Fix hidden visibility symbols for mac/clang
This commit is contained in:
commit
31c9469555
@ -15,15 +15,13 @@
|
||||
# define BOOST_SYMBOL_VISIBLE
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_HAS_DECLSPEC
|
||||
# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_LOCALE_DYN_LINK)
|
||||
# ifdef BOOST_LOCALE_SOURCE
|
||||
# define BOOST_LOCALE_DECL BOOST_SYMBOL_EXPORT
|
||||
# else
|
||||
# define BOOST_LOCALE_DECL BOOST_SYMBOL_IMPORT
|
||||
# endif // BOOST_LOCALE_SOURCE
|
||||
# endif // DYN_LINK
|
||||
#endif // BOOST_HAS_DECLSPEC
|
||||
#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_LOCALE_DYN_LINK)
|
||||
# ifdef BOOST_LOCALE_SOURCE
|
||||
# define BOOST_LOCALE_DECL BOOST_SYMBOL_EXPORT
|
||||
# else
|
||||
# define BOOST_LOCALE_DECL BOOST_SYMBOL_IMPORT
|
||||
# endif // BOOST_LOCALE_SOURCE
|
||||
#endif // DYN_LINK
|
||||
|
||||
#ifndef BOOST_LOCALE_DECL
|
||||
# define BOOST_LOCALE_DECL
|
||||
|
Loading…
Reference in New Issue
Block a user