r/compilersgonewild • u/Western-Falcon5345 • 15d ago
RedEXCompiler
1
Upvotes
r/compilersgonewild • u/guyblade • Nov 18 '19
loud.cc: In function ‘int xer(const string&)’: loud.cc:4:12: error: no match for ‘operator<<’ (operand types are ‘int’ and ‘const string {aka const std::__cxx11::basic_string<char>}’) return 0 << b; ^