Skip to content
Snippets Groups Projects

cbackend: short-cut _print_Conditional if condition is a boolean atom

Merged Michael Kuron requested to merge cbackend_conditional into master

Without this merge request, it prints

if(True)
{
    [...]
}
else
{
    [...]
}

Note the uppercase T, which is not valid C++.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply