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

Move some inline functions from the header to the cpp file because of… #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Move some inline functions from the header to the cpp file because of… #18

wants to merge 1 commit into from

Conversation

0ric1
Copy link
Contributor

@0ric1 0ric1 commented Sep 2, 2019

… linker errors when using ResizableLib as dll, see Issue #17 #17

… linker errors when using ResizableLib as dll, see Issue #17 #17
@ppescher
Copy link
Owner

I don't see anything wrong with making all class member functions non inline and move them to the .cpp file. However there are other classes that would need similar changes, which are not present in this PR.

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.

3 participants