-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not compile when using clang with cmake and -DWITH_STL=ON
#1851
Comments
Please take a look at: Fix OTELCPP_MAINTAINER_MODE #1844 It builds with CLang 14, using CMake, |
I don't find |
Sorry, I thought Still, PR #1844 fixes some warnings related to nostd::span, and uses GOOGLETEST_VERSION as well, so there is some overlap here. |
I will merge #1844 into #1851 later. Do you think we can upgrade the default version of googletest ? 1.10.0 use |
|
Describe your environment
OS: Ubuntu 22.04
Compiler: Clang 14 with
-stdlib=libc++
Otel-cpp version: v1.8.1
Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.
What is the expected behavior?
Compiling success.
What is the actual behavior?
The text was updated successfully, but these errors were encountered: