Replies: 2 comments
-
Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the notice. The selfish part: In our build environment at company, we require C++ 17 already, so:
Without any other constraints to consider, The community part: Now, considering everyone constraints ... For the otel-cpp code itself, For keeping support for "old" dependencies like gRPC < 1.47, In the worst case scenario, not opposed to have:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We should discuss this in the next community meeting on how to proceed further.
Once gRPC v1.47 is released, one of the safe options would be to document this constraint clearly. So there would be two constraints with gRPC
Also, we can discuss if we want otel-cpp to use C++14, as most modern C++ compilers (GCC 5.0+, Clang 3.4+, VS2017+) support it. Interesting to know if there are any C++14 features we would like to really use ( at least not std::make_unique :) ) to make this a valid use case.
@owent - As you won't be able to join the community meeting if you would like to share your thoughts here :).
Reference
Beta Was this translation helpful? Give feedback.
All reactions