COMP: Applied gtest PR 4025 to fix build with old clang#3978
COMP: Applied gtest PR 4025 to fix build with old clang#3978seanm wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
Conversation
|
Errors:
|
|
Errors:
|
2 similar comments
|
Errors:
|
|
Errors:
|
|
Thanks @seanm but can't we drop the support for such old clang versions anyway? I'm asking especially because of:
which proposes to require at least LLVM Clang 5 or Apple Clang 10.0.0 (from Xcode 10.0). If I understand correctly, gtest PR google/googletest#4025 is only relevant for Clang < 3.8, right? BTW, it looks like gtest has fixed the issue in a different way: google/googletest@a9b2f04 Is that approach also OK to you? It is included with GoogleTest release https://github.com/google/googletest/releases/tag/v1.13.0 |
|
Would updated GTest solve this issue for you? |
|
Do: check |
|
#3979 was merged. Does that fix the problem for you? If not, please update this PR as it now has merge conflicts. |
We will see on cdash tomorrow... |
|
If am reading the dashboard correctly, GTest compile failure is now gone. |
Only because it's much worse, it doesn't build at all: https://open.cdash.org/build/8590216/configure |
|
That is due to merging the PR which bumps required C++ version to 17 (from C++14). Maybe it is time to retire those builds? |
From: google/googletest#4025