-
Notifications
You must be signed in to change notification settings - Fork 425
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
#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 #15589
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.