fork download
  1. for (const Ptr& child : mChildren)
  2. {
  3. child->draw(target, states);
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:2: error: expected identifier or ‘(’ before ‘for’
  for (const Ptr& child : mChildren)
  ^
stdout
Standard output is empty