You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2008/03/25 16:16:27 UTC

svn commit: r640851 - /stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp

Author: sebor
Date: Tue Mar 25 08:16:24 2008
New Revision: 640851

URL: http://svn.apache.org/viewvc?rev=640851&view=rev
Log:
2008-03-25  Martin Sebor  <se...@roguewave.com>

	* tests/iostream/27.stringbuf.virtuals.cpp (test_seekoff): Added
	a link to LWG issue 563.

Modified:
    stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp

Modified: stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp?rev=640851&r1=640850&r2=640851&view=diff
==============================================================================
--- stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp (original)
+++ stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp Tue Mar 25 08:16:24 2008
@@ -1045,8 +1045,8 @@
     // the implemented behavior considers end to be the "high
     // mark" mentioned in DR 432 rather than epptr()
 
-    // FIXME: add a reference to the LWG issue that fixes this
-    // as soon as one has been opened
+    // see LWG issue 563:
+    // http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#563
     TEST ("abc", out,            0,  0, end, out,    3, 0, 0, MAYBE_1);
     TEST ("abc", out,            0,  1, end, out, NPOS, 0, 0, MAYBE_1);
     TEST ("abc", out,            0, -1, end, out,    2, 0, 0, MAYBE_1);