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

Initialize duration struct members to fix uninitialized data on Windows #78

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Conversation

bitshifter
Copy link

Fixes #74. Initially I just changed execution_plan but I've changed the rest for good measure. Unfortunately adding default member initializers means constructors need to be added and called from the conversion cast operator. I tried calling Duration::zero() instead of using = {} but MSVC seemed to get confused with the template alias nonius::Duration in some places.

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