simulton / QSchematic

A library that allows creating diagrams such as flowcharts or even proper engineering schematics within a Qt application.
https://simulton.com
MIT License
231 stars 60 forks source link

Leverage C++20 #55

Open Tectu opened 8 months ago

Tectu commented 8 months ago

Since QSchematic 1.5.1 we're depending on GPDS minimum version 1.8.1 which in turn requires a C++20 capable compiler. Therefore, QSchematic itself requires a C++20 capable compiler since 1.5.1.

This means that we can now leverage C++20 features within this library. This task/issue serves as a reminder that we can upgrade code as we move forward.