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

US_ABI_LOCAL and symbol visibility for gcc < 4 #6

Closed
jcfr opened this issue Dec 11, 2012 · 2 comments
Closed

US_ABI_LOCAL and symbol visibility for gcc < 4 #6

jcfr opened this issue Dec 11, 2012 · 2 comments

Comments

@jcfr
Copy link

jcfr commented Dec 11, 2012

Would the symbol be hidden for gcc < 4 ?
See https://github.com/saschazelzer/CppMicroServices/blob/master/usConfig.h.in#L42

@saschazelzer
Copy link
Member

No, symbols would always be exported. But since the code makes use of tr1 headers, which are not available with gcc < 4, support for these older gcc versions is not possible.

@jcfr
Copy link
Author

jcfr commented Jul 18, 2013

Makes sense 👍

carneyweb added a commit that referenced this issue Sep 21, 2018
carneyweb added a commit that referenced this issue Sep 21, 2018
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

No branches or pull requests

2 participants