http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688

André Wöbbeking <Woebbeking at web dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Woebbeking at web dot de

--- Comment #13 from André Wöbbeking <Woebbeking at web dot de> 2012-12-08 
12:09:37 UTC ---
HI,

I've the following problem with this: 3rd party libs don't "export" their
templates, e. g. Boost doesn't export shared_ptr. So if I use a shared_ptr as
template parameter the template itself isn't exported.

I don't understand why fully declared templates like Boost's shared_ptr have a
visibility at all.

I know that C++11's shared_ptr is exported but that doesn't help me now.

Do I've to change my code or is this a regression or is it Boost's fault?


Cheers,
André

Reply via email to