-
Notifications
You must be signed in to change notification settings - Fork 57
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
Could not compile under FreeBSD 10.3+Clang 3.4.1+Boost 1.58 or FreeBSD 11+Clang 3.8.0+Boost 1.56 - 2 errors #126
Comments
FreeBSD 11 Clang 3.8.0 Boost 1.56
|
With FreeBSD 10.3, Clang 3.41, Boost 1.55 error is same (I used fix #127 for Boost 1.55) |
Unfortunately I cannot reproduce this issue, because on my platforms |
3Hren
added a commit
that referenced
this issue
Jun 1, 2016
Blackhole can handle both signed int64 and unsigned integers, but std::chrono representation type is long long, which may vary depending on architecture where building occurs. Thus, it may lead to ambiguous integer promotion when it's time to format. This commit does explicit cast to resolve ambiguity. This should fix #126 and #129.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FreeBSD 10.3, Clang 3.4.1, Boost 1.58
Branch issue/xx/beta
Error # 1
Error # 2
Full log:
The text was updated successfully, but these errors were encountered: