fork(1) download
  1.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:16: error: no matching function for call to ‘FuncA(const char [2])’
prog.cpp:4: note: candidates are: void FuncA(std::string&)
prog.cpp:9: note:                 void FuncA(bool&)
stdout
Standard output is empty