itemisCREATE / statecharts

YAKINDU Statechart Tools (http://www.statecharts.org)
Eclipse Public License 1.0
175 stars 85 forks source link

Remove duplicate sc_string cast #3066

Closed rherrmannr closed 4 years ago

rherrmannr commented 4 years ago

Remove duplicate cast to sc_string for C++. Defining a variable var x : string = "a" results iface.x = (sc_string) (sc_string) "a" in C++.