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 2005/11/22 22:23:14 UTC

svn commit: r348256 - /incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp

Author: sebor
Date: Tue Nov 22 13:23:10 2005
New Revision: 348256

URL: http://svn.apache.org/viewcvs?rev=348256&view=rev
Log:
2005-11-22  Martin Sebor  <se...@roguewave.com>

	* 25.for.each.cpp: Corrected the name of the file in a comment.

Modified:
    incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp

Modified: incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp?rev=348256&r1=348255&r2=348256&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp (original)
+++ incubator/stdcxx/trunk/tests/algorithms/25.for.each.cpp Tue Nov 22 13:23:10 2005
@@ -1,6 +1,6 @@
 /***************************************************************************
  *
- * for_each.cpp - test exercising 25.1.1 [lib.alg.foreach]
+ * 25.for_each.cpp - test exercising 25.1.1 [lib.alg.foreach]
  *
  * $Id$
  *
@@ -20,7 +20,7 @@
  **************************************************************************/
 
 #include <algorithm>     // for for_each
-#include <cstddef>       // for ptrdiff_t
+#include <cstddef>       // for size_t
 
 #include <alg_test.h>
 #include <driver.h>      // for rw_test(), ...