Missing fix for test for #834 and some examples have different definetions from opentelemetry_api
#849
Labels
bug
Something isn't working
opentelemetry_api
#849
Describe your environment
cmake 3.20.0
gcc 10.2.0
linux/centos 7
Steps to reproduce
Enable testing and install abseil with vcpkg.
What is the expected behavior?
Compiling success.
What is the actual behavior?
nostd::bad_variant_access
undeclared inapi/test/nostd/variant_test.cc:52:45
.Additional context
After add
using absl::bad_variant_access
intoapi/include/opentelemetry/nostd/variant.h
.These messages show below.
I think plugins should have the same definitions as
opentelemetry_api
.The text was updated successfully, but these errors were encountered: