Re: [Boost-bugs] [Boost C++ Libraries] #754: boost::any - typeid comparison across shared boundaries

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #754: boost::any - typeid comparison across shared boundaries
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-16 21:06:24


#754: boost::any - typeid comparison across shared boundaries
--------------------+-------------------------------------------------------
  Reporter: kulik | Owner: nasonov
      Type: Bugs | Status: new
 Milestone: | Component: any
   Version: None | Severity: Problem
Resolution: None | Keywords:
--------------------+-------------------------------------------------------
Comment (by staffan.spam at gimaker se):

 I was bit my this bug as well, and it really wasn't fun to track down.

 Using RTLD_GLOBAL isn't possible when using libltdl to load the DSO, since
 lt_dlopenext() doesn't expose a way to control the flags used with dlopen.

 The only fix for this is for us to maintain a patched version of any.hpp,
 that has the above workaround implemented - which seems like a hopelessly
 fragile solution.

 It doesn't seem like the GCC crowd will *ever* fix this, so can you
 '''please''' consider implementing a workaround for it in Boost?

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/754#comment:6>
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:49:57 UTC