Add more ostream_wrapper tests

This commit is contained in:
Jesse Beder
2014-03-22 19:22:23 -05:00
parent 396a97050d
commit 0fbeac8f4f
2 changed files with 58 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ class ostream_wrapper {
private:
mutable std::vector<char> m_buffer;
std::ostream* m_pStream;
std::ostream* const m_pStream;
std::size_t m_pos;
std::size_t m_row, m_col;