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

build: fix linking when used in several translation units #98

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

drewdzzz
Copy link
Collaborator

All non-template methods defined outside classes are not implicitly inline - that violates one definition rule when the connector is included in several translaction units. Let's mark such methods as inline to fix this issue.

test/LinkTest/Main.cpp Outdated Show resolved Hide resolved
All non-template methods defined outside classes are not implicitly
`inline` - that violates one definition rule when the connector is
included in several translaction units. Let's mark such methods as
`inline` to fix this issue.
@drewdzzz drewdzzz merged commit f0317aa into tarantool:master Nov 22, 2024
42 of 43 checks passed
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