Skip to content

Conversation

@lukovdm
Copy link
Contributor

@lukovdm lukovdm commented Dec 3, 2025

No description provided.

@lukovdm lukovdm marked this pull request as ready for review December 3, 2025 14:38
Copy link
Contributor

@volkm volkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Maybe try to use std::optional instead of boost::optional.

ExplicitQualitativeCheckResult::ExplicitQualitativeCheckResult(boost::variant<vector_type, map_type> const& truthValues) : truthValues(truthValues) {
template<typename ValueType>
ExplicitQualitativeCheckResult<ValueType>::ExplicitQualitativeCheckResult(boost::variant<vector_type, map_type> const& truthValues,
boost::optional<std::shared_ptr<storm::storage::Scheduler<ValueType>>> scheduler)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are trying to move from boost::optional to std::optional. Is it possible to use std::optional here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants