Build failed in Jenkins: osv-build-nightly #1184

2017-07-26 Thread jenkins
See Changes: [Nadav Har'El] Fix compilation error on older compilers -- [...truncated 154.26 KB...] Adding /tests/tst-vblk.so... Adding

[PATCH] Fix compilation error on older compilers

2017-07-26 Thread HawxChen
Complete the commit: a675ae787660648a22cef984522e27bafb398bc8. Fixes #896. Signed-off-by: HawxChen --- include/osv/aligned_new.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osv/aligned_new.hh b/include/osv/aligned_new.hh index

[COMMIT osv master] Fix compilation error on older compilers

2017-07-26 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Fix compilation error on older compilers Allowing a static_assert without a separate message string is, unfortunately, a C++17 extension. Older compiler needs this string, as silly as it is. Fixes