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

Compile with MSVC2019 - msvc doesn't like ciso646 operators #25

Closed chehrlic closed 3 years ago

chehrlic commented 3 years ago

so we need to use the 'common' ones :)

chehrlic commented 3 years ago

Please review all operator changes - not that I accidentally changed it to a wrong one since it was a lot :)

Tectu commented 3 years ago

Thank you very much! I'll review the changes.

This seems relevant to #19

I take it that with this patch you're able to build successfully using MSVC?