$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84940 - trunk/boost
From: antoshkka_at_[hidden]
Date: 2013-07-02 09:08:42
Author: apolukhin
Date: 2013-07-02 09:08:42 EDT (Tue, 02 Jul 2013)
New Revision: 84940
URL: http://svn.boost.org/trac/boost/changeset/84940
Log:
Trivial fix of visibility issue (refs #8751)
Text files modified: 
   trunk/boost/any.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/any.hpp
==============================================================================
--- trunk/boost/any.hpp	Tue Jul  2 05:29:23 2013	(r84939)
+++ trunk/boost/any.hpp	2013-07-02 09:08:42 EDT (Tue, 02 Jul 2013)	(r84940)
@@ -234,7 +234,7 @@
         lhs.swap(rhs);
     }
 
-    class bad_any_cast : public std::bad_cast
+    class BOOST_SYMBOL_VISIBLE bad_any_cast : public std::bad_cast
     {
     public:
         virtual const char * what() const BOOST_NOEXCEPT_OR_NOTHROW