Skip to content
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

C++: Make it working to have experimental withoud std #3105

Merged
merged 1 commit into from Jul 18, 2023
Merged

Conversation

ogoffart
Copy link
Member

No description provided.

@ogoffart ogoffart requested a review from tronical July 18, 2023 11:08
@@ -23,7 +23,7 @@ fn main() -> Result<(), anyhow::Error> {

let enabled_features = EnabledFeatures {
interpreter: std::env::var("CARGO_FEATURE_SLINT_INTERPRETER").is_ok(),
experimental: std::env::var("CARGO_FEATURE_SLINT_INTERPRETER").is_ok(),
experimental: std::env::var("CARGO_FEATURE_EXPERIMENTAL").is_ok(),
Copy link
Member

Choose a reason for hiding this comment

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

Ooops!

@ogoffart ogoffart merged commit 1805e6c into master Jul 18, 2023
26 checks passed
@ogoffart ogoffart deleted the olivier/cpp branch July 18, 2023 11:55
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.

None yet

2 participants