Subject: [Boost-bugs] [Boost C++ Libraries] #4594: Boost exception classes do not have GCC default visibility
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-25 19:25:11
#4594: Boost exception classes do not have GCC default visibility
-----------------------------------------------------------+----------------
Reporter: Jonathan Jones <jonathan.jones@â¦> | Owner: emildotchevski
Type: Bugs | Status: new
Milestone: To Be Determined | Component: exception
Version: Boost 1.40.0 | Severity: Showstopper
Keywords: |
-----------------------------------------------------------+----------------
All of the boost exception classes, including but not necessarily limited
to:
* boost::exception
* boost::unknown_exception
* boost::exception_detail::clone_base
do not have visibility attributes associated with them. This means that,
when files are built using GCC with -fvisibility=hidden, classes derived
from these types become uncatchable as these types when thrown across
library boundaries.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4594> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC