You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/10/23 13:59:42 UTC

svn commit: r587464 - in /incubator/stdcxx/branches/4.2.x/doc/stdlibref: ctype.html locale.html money-put.html moneypunct.html num-put.html numpunct.html strstreambuf.html valarray.html

Author: faridz
Date: Tue Oct 23 04:59:41 2007
New Revision: 587464

URL: http://svn.apache.org/viewvc?rev=587464&view=rev
Log:
2007-10-23 Farid Zaripov <fa...@epam.com>

	* ctype.html: Removed #include <examples.h> from example code.
	* locale.html: Ditto.
	* money-put.html: Ditto.
	* moneypunct.html: Ditto.
	* num-put.html: Ditto.
	* numpunct.html: Ditto.
	* strstreambuf.html: Ditto.
	* valarray.html: Ditto.

Modified:
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/ctype.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/locale.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/money-put.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/moneypunct.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/num-put.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/numpunct.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/strstreambuf.html
    incubator/stdcxx/branches/4.2.x/doc/stdlibref/valarray.html

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/ctype.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/ctype.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/ctype.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/ctype.html Tue Oct 23 04:59:41 2007
@@ -598,8 +598,6 @@
 <UL><PRE>#include &lt;iostream&gt;   // for cout, endl
 #include &lt;locale&gt;     // for ctype
 
-#include &lt;examples.h&gt;
-
 int main ()
 {
     std::locale loc;

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/locale.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/locale.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/locale.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/locale.html Tue Oct 23 04:59:41 2007
@@ -1835,7 +1835,6 @@
 #include &lt;vector&gt;      // for vector
 
 #include &lt;codecvte.h&gt;
-#include &lt;examples.h&gt;
 
 int main ()
 {

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/money-put.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/money-put.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/money-put.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/money-put.html Tue Oct 23 04:59:41 2007
@@ -181,8 +181,6 @@
 #include &lt;iterator&gt;   // for ostreambuf_iterator
 #include &lt;string&gt;     // for string
 
-#include &lt;examples.h&gt;
-
 
 int main ()
 {

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/moneypunct.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/moneypunct.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/moneypunct.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/moneypunct.html Tue Oct 23 04:59:41 2007
@@ -317,8 +317,6 @@
 #include &lt;iostream&gt;   // for cout, endl
 #include &lt;limits&gt;     // for numeric_limits
 
-#include &lt;examples.h&gt;
-
 
 int main ()
 {

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/num-put.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/num-put.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/num-put.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/num-put.html Tue Oct 23 04:59:41 2007
@@ -448,8 +448,6 @@
 #include &lt;iterator&gt;   // for ostreambuf_iterator
 #include &lt;locale&gt;     // for time_put
 
-#include &lt;examples.h&gt;
-
 // custom numeric punctuation facet
 struct Punct: std::numpunct&lt;char&gt;
 {

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/numpunct.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/numpunct.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/numpunct.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/numpunct.html Tue Oct 23 04:59:41 2007
@@ -210,8 +210,6 @@
 #include &lt;locale&gt;     // for locale, numpunct, use_facet
 #include &lt;stdexcept&gt;  // for runtime_error
 
-#include &lt;examples.h&gt;
-
 
 #if defined (_WIN32) || defined (_WIN64)
 #  define GERMAN_LOCALE "german_germany.1252"

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/strstreambuf.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/strstreambuf.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/strstreambuf.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/strstreambuf.html Tue Oct 23 04:59:41 2007
@@ -339,8 +339,6 @@
 #include &lt;iostream&gt;    // for cerr, cout
 #include &lt;strstream&gt;   // for istream, ostrstream
 
-#include &lt;examples.h&gt;
-
 
 int main ()
 {

Modified: incubator/stdcxx/branches/4.2.x/doc/stdlibref/valarray.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/doc/stdlibref/valarray.html?rev=587464&r1=587463&r2=587464&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/doc/stdlibref/valarray.html (original)
+++ incubator/stdcxx/branches/4.2.x/doc/stdlibref/valarray.html Tue Oct 23 04:59:41 2007
@@ -861,8 +861,6 @@
 #include &lt;iostream&gt;     // for cout
 #include &lt;valarray&gt;     // for valarray
 
-#include &lt;examples.h&gt;
-
 
 template &lt;class T&gt; 
 inline std::ostream&