opentelemetry-cpp
opentelemetry-cpp copied to clipboard
Use `nostd::enable_if_t` instead of `std::enable_if_t`
Fixes #2647
Changes
Please provide a brief description of the changes here.
- Use
nostd::enable_if_tinstead ofstd::enable_if_t
For significant contributions please make sure you have completed the following items:
- [ ]
CHANGELOG.mdupdated for non-trivial changes - [ ] Unit tests have been added
- [x] Changes in public API reviewed
The failed job report error when compiling upb, which seems not a problem of this PR?
The failed job report error when compiling upb, which seems not a problem of this PR?
Looks like we need to upgrade com_google_absl. Probably something changed in macos-latest (clang version?) recently which triggered this.
This PR looks ok.
The build failure on MacOS seems unrelated, and to fix separately.
This PR looks ok.
The build failure on MacOS seems unrelated, and to fix separately.
Curious on what triggered the MacOS build warning.
Curious on what triggered the MacOS build warning.
My guess is that XCode update on mac-os14 (which is macos-latest) triggered clang to get updated too.
https://github.com/actions/runner-images/pull/9726