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

Linker error #55

Closed
andreasdr opened this issue May 30, 2018 · 1 comment
Closed

Linker error #55

andreasdr opened this issue May 30, 2018 · 1 comment
Assignees
Labels

Comments

@andreasdr
Copy link

andreasdr commented May 30, 2018

Hi,

I have found a simple linker error which is easy to fix:

Have a look at

There you specify "inline" to a CPP definition, thats why its code is not generated in library. But as inline is not in header its also not inline compiled.

Removing the "inline" fixes the error.

Best regards
Andreas

@DanielChappuis DanielChappuis self-assigned this May 31, 2018
@DanielChappuis
Copy link
Owner

Thanks. The fix is now merged in the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants