commit | b840df2d0d4667f2d04b8d17bbbf84b807421891 | [log] [tgz] |
---|---|---|
author | Patrick Johnmeyer <pjohnmeyer@gmail.com> | Tue Feb 19 22:23:26 2013 -0600 |
committer | Patrick Johnmeyer <pjohnmeyer@gmail.com> | Tue Feb 19 22:23:26 2013 -0600 |
tree | b5a317fff73d291eee598e6ded5300a78066046b | |
parent | 0c329ad8c24b88e3df8f811abc4e6d92a2559c95 [diff] |
Change default MemoryOutStream to be a std::ostringstream. This changes restores the default behavior to that of UT++ 1.4. It is accomplished by reintroducing the old UNITTEST_USE_CUSTOM_STREAMS define, commented out, and surrounding the new define in an ifndef block. It was done this way to preserve any unconventional users that were specifying either flag in their build system, instead of in this file.