We have an open ticket from someone that wants all symbols hidden, including those marked with BOOST_SYMBOL_VISIBLE, is this sensible to support? What are the likely consequences of doing so? See https://github.com/boostorg/config/issues/243 Thanks in advance, John. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
AMDG On 5/19/19 6:02 AM, John Maddock via Boost wrote:
We have an open ticket from someone that wants all symbols hidden, including those marked with BOOST_SYMBOL_VISIBLE, is this sensible to support? What are the likely consequences of doing so?
Assuming that he's linking boost statically, it should be fine. How much does BOOST_SYMBOL_VISIBLE get used without being guarded by BOOST_XXX_DYN_LINK?
In Christ, Steven Watanabe
On 5/19/19 3:02 PM, John Maddock via Boost wrote:
We have an open ticket from someone that wants all symbols hidden, including those marked with BOOST_SYMBOL_VISIBLE, is this sensible to support? What are the likely consequences of doing so?
I replied in the ticket.
participants (3)
-
Andrey Semashev
-
John Maddock
-
Steven Watanabe