-
Notifications
You must be signed in to change notification settings - Fork 443
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
Start documenting requirements. #15
Conversation
This is a starting point and is based on the discussion we had in today's meeting. |
|
||
This also requires a stable C++ ABI. There is quite a bit of interest in this. | ||
|
||
This means STL types can't be used in the interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or only STL types with well defined ABIs (e.g. std::array, std::pair)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little bit worried because e.g. libc++ and absl can't even agree on string_view. :)
I would prefer nostd::span (i.e. array_view) over std::array.
As for pair IDK. Are you sure it won't cause a problem in future?
[BUILD] update vcpkg submodule to 20240214 (open-telemetry#2575)
Addresses #4.