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 #4: make buildable on Mac OS / with Clang #5

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

Conversation

NoRePercussions
Copy link

OkapiLib did not build on all systems due to not-officially-supported idioms and by referencing some attributes of high_resolution_clock.

Description of the Change

Makes OkapiLib buildable with Clang / on Mac OS

Motivation

Make contributing to the project more accessible.

Possible Drawbacks

The Workflow build is unaffected.

Switching from std::chrono::high_resolution_clock to system_clock may have different behavior on the V5 brain than on a typical computer.

Verification Process

Library now builds without errors.

GitHub workflow test is still successful at building the code

Applicable Issues

#4

OkapiLib did not build on all systems due to not-officially-supported idioms and by referencing some attributes of high_resolution_clock.
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.

1 participant