google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

ci: test not capturing issue in c++ 20 only logic

Open zhumin8 opened this issue 2 months ago • 0 comments

https://github.com/googleapis/google-cloud-cpp/pull/15563 introduced compilation error for code guarded behind a #ifdef that detects if c++20 support is available.

The presubmit running c++20 was not able to capture this compilation issue. However, internal presubmits does capture this. https://github.com/googleapis/google-cloud-cpp/runs/51462396637

This is later fixed in https://github.com/googleapis/google-cloud-cpp/pull/15589

zhumin8 avatar Oct 07 '25 21:10 zhumin8