You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc (Ubuntu 11.1.0-1ubuntu1~20.04) 11.1.0
cmake version 3.25.1
Ubuntu 20.04
Steps to reproduce
cmake -DBUILD_TESTING=OFF -DWITH_EXAMPLES_HTTP=ON -DWITH_PROMETHEUS=ON -DWITH_STL=ON ..
make
What is the expected behavior?
No compile errors
What is the actual behavior?
The following error:
In file included from opentelemetry-cpp/examples/http/client.cc:7:
opentelemetry-cpp/examples/http/tracer_common.h:29:26: error: expected ‘)’ before ‘&’ token
29 | HttpTextMapCarrier<T>(T &headers) : headers_(headers) {}
Describe your environment
gcc (Ubuntu 11.1.0-1ubuntu1~20.04) 11.1.0
cmake version 3.25.1
Ubuntu 20.04
Steps to reproduce
What is the expected behavior?
No compile errors
What is the actual behavior?
The following error:
Additional context
https://godbolt.org/z/Pv3fqq7zx
The text was updated successfully, but these errors were encountered: