Switch to side-by-side view
--- a/src/DAF/DA/SearchTableEntry.cc +++ b/src/DAF/DA/SearchTableEntry.cc @@ -40,7 +40,7 @@ } std::string SearchTableEntry::info() const { - std::stringstream os; + std::ostringstream os; os << "APN: " << Apn << ", Peer DifAllocs: " << PeerDAs; return os.str(); }