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 compiler error in Visual Studio 2015 #6

Merged
merged 1 commit into from
Aug 11, 2016

Conversation

gustav21
Copy link
Contributor

There is a compiler error C2398: "conversion from 'std::chrono::system_clock::rep' to 'unsigned int' requires a narrowing conversion" in Visual Studio 2015. The change solves this problem. The reason is in the way of variable initialization.

There is a compiler error C2398: "conversion from 'std::chrono::system_clock::rep' to 'unsigned int' requires a narrowing conversion" in Visual Studio 2015. The change solves this problem. The reason is in the way of variable initialization.
@JamesBremner JamesBremner merged commit 47c6c54 into JamesBremner:master Aug 11, 2016
@gustav21 gustav21 deleted the C2398 branch August 12, 2016 17:14
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.

None yet

2 participants