C++: add a STD feature enabled by default

This commit is contained in:
Olivier Goffart 2023-07-18 09:55:23 +02:00 committed by Olivier Goffart
parent a1bf77383f
commit 7cffad2c3f
13 changed files with 82 additions and 45 deletions

View file

@ -2,6 +2,7 @@
// SPDX-License-Identifier: MIT
#include "printerdemo.h"
#include <iostream>
struct InkLevelModel : slint::Model<InkLevel>
{