string PipeBackend::directBackendCmd(const string &query) {
if (d_abiVersion < 5)
- return "not supported on ABI version " + std::to_string(d_abiVersion) + "(use ABI version 5 or later)\n";
-
- ostringstream oss;
+ return "not supported on ABI version " + std::to_string(d_abiVersion) + " (use ABI version 5 or later)\n";
try {
launch();
L<<Logger::Error<<kBackendId<<" Error from coprocess: "<<ae.reason<<endl;
cleanup();
}
- oss.str("");
+ ostringstream oss;
while(true) {
string line;
d_coproc->receive(line);