Skip to content

Conversation

WillAyd
Copy link
Contributor

@WillAyd WillAyd commented Sep 17, 2025

No description provided.

@WillAyd WillAyd force-pushed the bump-croaring branch 3 times, most recently from 78639d1 to 1ce1388 Compare September 17, 2025 18:44
version: '4.3.11',
meson_version: '>=0.49.0',
license: 'MIT',
default_options: ['c_std=c11', 'cpp_std=c++11'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be replaced with override_options

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here directly or are you asking to move these to the library call?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to library

'croaring',
croaring_sources,
include_directories: croaring_headers,
override_options: ['c_std=c11', 'cpp_std=c++11'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hrm I checked this project out.

So the compiled files are C only. The headers are what seem to have C++ support. Which means c++11 is not needed here.

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