17 Sep
2018
17 Sep
'18
8:46 p.m.
Hi, I have a problem with symbol visibility in boost.test: https://github.com/boostorg/boost/pull/190 I am wondering if __attribute__((used)) is a portable way to flag a static const ref as being used, or there are variations (__attribute__((used)) vs __attribute__((__used__))). I am also wondering if __attribute__((used)) can be considered as available if BOOST_ATTRIBUTE_UNUSED is defined. Would it make sense to have an BOOST_ATTRIBUTE_USED in boost.config? Thanks, Raffi