Author: sebor
Date: Wed Jul 4 11:30:51 2007
New Revision: 553295
URL: http://svn.apache.org/viewvc?view=rev&rev=553295
Log:
2007-07-04 Martin Sebor <[EMAIL PROTECTED]>
* 27.ostream.cpp (test_flush): Added a comment documenting
the test for LWG issue 581.
Modified:
incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp
Modified: incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp?view=diff&rev=553295&r1=553294&r2=553295
==============================================================================
--- incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp (original)
+++ incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp Wed Jul 4 11:30:51
2007
@@ -1409,6 +1409,8 @@
}
{
+ // exercise LWG issue 581: flush() not unformatted function
+
test_streambuf<charT> tsb (0);
Ostream strm (&tsb);