Update of /cvsroot/boost/boost/libs/parameter/doc/html
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15367/html

Modified Files:
      Tag: RC_1_34_0
        index.html reference.html rst.css 
Added Files:
      Tag: RC_1_34_0
        vellipsis.gif 
Log Message:
Merged HEAD to RC_1_34_0

--- NEW FILE: vellipsis.gif ---
(This appears to be a binary file; contents omitted.)

Index: index.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/parameter/doc/html/index.html,v
retrieving revision 1.19.2.4
retrieving revision 1.19.2.5
diff -u -d -r1.19.2.4 -r1.19.2.5
--- index.html  3 Jan 2007 17:12:34 -0000       1.19.2.4
+++ index.html  3 May 2007 14:39:42 -0000       1.19.2.5
@@ -1,2159 +1,2193 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: 
http://docutils.sourceforge.net/"; />
-<title>The Boost Parameter Library</title>
-<link rel="stylesheet" href="rst.css" type="text/css" />
-</head>
-<body>
-<div class="document" id="the-boost-parameter-library">
[...4321 lines suppressed...]
+we can decide whether or not an overload is considered during overload
+resolution.  The technique is formalized in
+the <a class="reference" href="../../../utility/enable_if.html"><tt 
class="docutils literal"><span class="pre">enable_if</span></tt></a> utility.  
Most recent compilers support SFINAE;
+on compilers that don't support it, the Boost config library
+will <tt class="docutils literal"><span class="pre">#define</span></tt> the 
symbol <tt class="docutils literal"><span 
class="pre">BOOST_NO_SFINAE</span></tt>.
+See
+<a class="reference" 
href="http://www.semantics.org/once_weakly/w02_SFINAE.pdf";>http://www.semantics.org/once_weakly/w02_SFINAE.pdf</a>
 for more
+information on SFINAE.</td></tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="footer">
+<hr class="footer" />
+Generated on: 2007-05-03 14:12 UTC.
+Generated by <a class="reference" 
href="http://docutils.sourceforge.net/";>Docutils</a> from <a class="reference" 
href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a> source.
+
+</div>
+</body>
+</html>

Index: reference.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/parameter/doc/html/reference.html,v
retrieving revision 1.12.2.3
retrieving revision 1.12.2.4
diff -u -d -r1.12.2.3 -r1.12.2.4
--- reference.html      3 Jan 2007 17:12:34 -0000       1.12.2.3
+++ reference.html      3 May 2007 14:39:42 -0000       1.12.2.4
@@ -1,914 +1,1136 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.5: 
http://docutils.sourceforge.net/"; />
-<title>The Boost Parameter Library Reference Documentation</title>
-<meta name="authors" content="David Abrahams  Daniel Wallin" />
-<meta name="organization" content="Boost Consulting" />
-<meta name="date" content="2005-07-17" />
-<meta name="copyright" content="Copyright David Abrahams, Daniel Wallin 2005. 
Distributed under the Boost Software License, Version 1.0. (See accompanying 
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)" />
[...2019 lines suppressed...]
+</tbody>
+</table>
+<table class="docutils footnote" frame="void" id="no-result-of" rules="none">
+<colgroup><col class="label" /><col /></colgroup>
+<tbody valign="top">
+<tr><td class="label"><a name="no-result-of">[2]</a></td><td><em>(<a 
class="fn-backref" href="#id11">1</a>, <a class="fn-backref" 
href="#id18">2</a>)</em> Where <a class="reference" 
href="../../../utility/utility.htm#BOOST_NO_RESULT_OF"><tt class="docutils 
literal"><span class="pre">BOOST_NO_RESULT_OF</span></tt></a> is <tt 
class="docutils literal"><span class="pre">#defined</span></tt>,
+<tt class="docutils literal"><span class="pre">boost::</span></tt><a 
class="reference" href="../../../utility/utility.htm#result_of"><tt 
class="docutils literal"><span class="pre">result_of</span></tt></a><tt 
class="docutils literal"><span class="pre">&lt;F()&gt;::type</span></tt> is 
replaced by
+<tt class="docutils literal"><span 
class="pre">F::result_type</span></tt>.</td></tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="footer">
+<hr class="footer" />
+Generated on: 2007-05-03 14:17 UTC.
+Generated by <a class="reference" 
href="http://docutils.sourceforge.net/";>Docutils</a> from <a class="reference" 
href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a> source.
+
+</div>
+</body>
+</html>

Index: rst.css
===================================================================
RCS file: /cvsroot/boost/boost/libs/parameter/doc/html/rst.css,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -d -r1.3.2.2 -r1.3.2.3
--- rst.css     20 Sep 2006 17:34:41 -0000      1.3.2.2
+++ rst.css     3 May 2007 14:39:42 -0000       1.3.2.3
@@ -19,8 +19,12 @@
 }
 
 span.vellipsis {
-  line-height: 30% ;
-  font-size: 200% ;
+  display: block;
+  width: 5px;
+  height: 22px;
+  background: url("vellipsis.gif");
+  margin-left: 3em;
+  text-indent: -1000px;
 }
 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to