9 Apr
2024
9 Apr
'24
7:27 p.m.
[STL]
For static linking, where there is no binary isolation, we have a pre-existing problem, unrelated to modules, in that we're dragging in ordinary `boost::` symbols which raises the specter of ODR violations.
[Matt Borland]
I believe it was Casey (or someone from your team) that asked us about allowing the namespace for those functions to be configured via macro. Let me know if that's something we need to look at again to fix those issues.
Yeah, this is still tracked by the open issue https://github.com/boostorg/math/issues/769 . We haven't asked about it recently since it hasn't been actively causing problems, but we'd use such a macro if support for it were added. Thanks! STL