QuantumLeaps / qm

Graphical modeling and code generation tool based on UML state machines
https://www.state-machine.com/products/qm
Other
136 stars 37 forks source link

lack of std::bool #12

Closed ponyatov closed 5 months ago

ponyatov commented 1 year ago

latest qm release lacks of std::bool type

quantum-leaps commented 1 year ago

In C++ bool is a built-in type and a keyword, just like int. So, I'm not sure why would we need std::bool. Actually, what is std::bool? Could you explain?