$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] really, really sticky issue with BOOST_SYMBOL_IMPORT
From: Niall Douglas (s_sourceforge_at_[hidden])
Date: 2018-10-10 08:05:26
> A very astute user has determined that this can be
> "fixed" by defining BOOST_SYMBOL_IMPORT as __attribute__
> ((visibility("default"))) as well. Question. should config/gcc be
> updated in this way? Also is it possible that this "fix" is just a
> fluke unrelated to the real source of the problem?
Marking all imported and exported symbols as visible is the same as
setting global visibility to default.
Niall