On Sunday, 23 December 2012 at 04:43:27 UTC, Rob T wrote:
For dlopen() the default behavior is RTLD_LOCAL, which makes all symbols from loaded libs private to their respective libs. This is the default behavior to ensure predictable execution behaviors, and it's the same default behavior that modules should have.

--rt

I meant:

"it's the same default behavior that private module members should have.", ie, they should not be visible outside of the module.

Reply via email to