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

Fix build on FreeBSD Systems #105

Merged

Conversation

herrhotzenplotz
Copy link
Contributor

Fixes builds on FreeBSD where we error out with the namespace std::experimental not being found.

This is just a case of extending an already existing ifdef for Darwin by a case for FreeBSD.

The ifdef for std::experimental::simd was only taken care of on
Darwin. Add FreeBSD to the list.
Copy link
Member

@Yaraslaut Yaraslaut left a comment

Choose a reason for hiding this comment

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

Thanks for the fix

@Yaraslaut Yaraslaut enabled auto-merge September 22, 2024 13:31
@Yaraslaut Yaraslaut merged commit fb396b8 into contour-terminal:master Sep 22, 2024
9 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.

2 participants