Skip to content

Move the default value to the header file#67

Open
tomas789 wants to merge 1 commit intoFraunhofer-FIT-DIEN:mainfrom
tomas789:main
Open

Move the default value to the header file#67
tomas789 wants to merge 1 commit intoFraunhofer-FIT-DIEN:mainfrom
tomas789:main

Conversation

@tomas789
Copy link

I was trying to build the library on OS X and Apple's version of Clang was failing on this as the default values are supposed to be part of the declaration and not definition.

@m-unkel
Copy link
Collaborator

m-unkel commented Feb 20, 2026

Thanks a lot for reporting this and for taking the time to investigate 👍

This turned out to be a bug on our side, not an Apple-related issue.

I’ve pushed a fix 3c7d7f0 to address the problem. It’s admittedly a bit odd that this only surfaced on macOS and not on Linux or Windows, especially since the class in question isn’t even used in v2 and is scheduled to be completely rewritten in v3.

That said, it definitely shouldn’t have been a compilation blocker, so thanks again for catching it.

Please pull the latest changes and let me know if you’re still seeing any issues.

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.

2 participants