Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround clang not exporting symbols when hidden visibility is in effect #66

Closed

Conversation

Lastique
Copy link
Member

This temporary workaround forces global (a.k.a. "default") visibility by default
when building the library or tests with clang. A proper fix would involve
figuring out what causes the compiler to not export the missing symbols
and adjusting the code accordingly.

This is related to #49 and boostorg/boost#190.

…ffect.

This temporary workaround forces global (a.k.a. "default") visibility by default
when building the library or tests with clang. A proper fix would involve
figuring out what causes the compiler to not export the missing symbols
and adjusting the code accordingly.
@Lastique
Copy link
Member Author

Note that if there is a proper fix for this problem then this PR is not needed. I'm not sure I will be able to dig into the code enough to provide a proper fix.

@jzmaddock
Copy link
Collaborator

I've disabled external template instantiation in 40ecdc3

@jzmaddock jzmaddock closed this Aug 25, 2018
@Lastique Lastique deleted the workaround_clang_hidden_visibility branch August 25, 2018 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants