Standard input is empty
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&)
Standard output is empty