|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81052 - trunk/boost/config/compiler
From: mimomorin_at_[hidden]
Date: 2012-10-23 20:24:08
Author: michel
Date: 2012-10-23 20:24:06 EDT (Tue, 23 Oct 2012)
New Revision: 81052
URL: http://svn.boost.org/trac/boost/changeset/81052
Log:
Adding `BOOST_SYMBOL_VISIBLE` macro; refs #7559
Text files modified:
trunk/boost/config/compiler/clang.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/config/compiler/clang.hpp
==============================================================================
--- trunk/boost/config/compiler/clang.hpp (original)
+++ trunk/boost/config/compiler/clang.hpp 2012-10-23 20:24:06 EDT (Tue, 23 Oct 2012)
@@ -29,6 +29,8 @@
// Clang supports "long long" in all compilation modes.
#define BOOST_HAS_LONG_LONG
+#define BOOST_SYMBOL_VISIBLE __attribute__((__visibility__("default")))
+
#if !__has_feature(cxx_auto_type)
# define BOOST_NO_CXX11_AUTO_DECLARATIONS
# define BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk