
10 Oct
2018
10 Oct
'18
8:05 a.m.
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