commit | 44d6fd606eb00f04cb4d3e6bfe92a5768d16bc3d | [log] [tgz] |
---|---|---|
author | Kevin Jeon <[email protected]> | Thu Aug 18 16:59:20 2022 +0000 |
committer | Kevin Jeon <[email protected]> | Thu Aug 18 17:02:56 2022 +0000 |
tree | f2f36f5c2474c2f0e68e2fcb97af013eadcf298c | |
parent | 478f2c82bede5fcf5bee15790ccff9a2e5d7554e [diff] |
Convert libsmapinfo stringstreams to ostreams This change converts all usages of stringstream in libsmapinfo to ostream. This is done as a prerequisite change to refactoring showmap functions into this library, since showmap print functions use ostream. Test: Checked that librank and procrank still return the same output. Bug: 229147699 Change-Id: I9255226070e4f4f45c8cbb2181a307cff5dfc4a2