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
- Replace score::cpp::optional with std::optional in all tracing
interfaces, mocks, and tests
- Add std::optional to score::cpp::optional conversion bridge in
tracing_runtime.cpp for baselibs API compatibility
- Replace static_cast<EventIdType/FieldIdType>() with brace init
EventIdType{}/FieldIdType{} in lola tracing runtime and test
- Migrate to StdVariantType with EventId{} struct wrapper
- Revert std::get_if/std::get to score::cpp::get_if/score::cpp::get
where MetaInfoVariants::Type (score::cpp::variant) is used
- Remove #include <score/optional.hpp>, add #include <optional>
0 commit comments