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 2007/06/04 22:05:48 UTC

svn commit: r544238 - in /incubator/stdcxx/trunk/examples/manual: exception.cpp failure.cpp

Author: sebor
Date: Mon Jun  4 13:05:47 2007
New Revision: 544238

URL: http://svn.apache.org/viewvc?view=rev&rev=544238
Log:
2007-06-04  Martin Sebor  <se...@roguewave.com>

	* exceptn.cpp: Renamed...
	* failure.cpp: ...to this.

Added:
    incubator/stdcxx/trunk/examples/manual/failure.cpp
      - copied, changed from r543631, incubator/stdcxx/trunk/examples/manual/exception.cpp
Removed:
    incubator/stdcxx/trunk/examples/manual/exception.cpp

Copied: incubator/stdcxx/trunk/examples/manual/failure.cpp (from r543631, incubator/stdcxx/trunk/examples/manual/exception.cpp)
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/manual/failure.cpp?view=diff&rev=544238&p1=incubator/stdcxx/trunk/examples/manual/exception.cpp&r1=543631&p2=incubator/stdcxx/trunk/examples/manual/failure.cpp&r2=544238
==============================================================================
--- incubator/stdcxx/trunk/examples/manual/exception.cpp (original)
+++ incubator/stdcxx/trunk/examples/manual/failure.cpp Mon Jun  4 13:05:47 2007
@@ -1,6 +1,6 @@
 /**************************************************************************
  *
- * except.cpp - Example program for exceptions.
+ * failure.cpp - Example program demonstrating ios::failure.
  *
  * $Id$
  *