forked from boostorg/fusion
fix for #2355: discrepancy between std::accumulate and fusion::accumulate
[SVN r57125]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Construction</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="../class_template_tuple.html" title="Class template tuple">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.tuple.class_template_tuple.construction"></a><a class="link" href="construction.html" title="Construction">Construction</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.construction.description"></a><h6>
|
||||
<a name="id728260"></a>
|
||||
<a name="id844079"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
in this section.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.construction.specification"></a><h6>
|
||||
<a name="id728288"></a>
|
||||
<a name="id844106"></a>
|
||||
<a class="link" href="construction.html#fusion.tuple.class_template_tuple.construction.specification">Specification</a>
|
||||
</h6>
|
||||
<div class="variablelist" title="Notation">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Element access</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="tuple_helper_classes.html" title="Tuple helper classes">
|
||||
@ -28,7 +28,7 @@
|
||||
access</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.element_access.description"></a><h6>
|
||||
<a name="id729662"></a>
|
||||
<a name="id845480"></a>
|
||||
<a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -37,7 +37,7 @@
|
||||
function to provide access to it's elements by zero based numeric index.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.element_access.specification"></a><h6>
|
||||
<a name="id729696"></a>
|
||||
<a name="id845515"></a>
|
||||
<a class="link" href="element_access.html#fusion.tuple.class_template_tuple.element_access.specification">Specification</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">int</span> <span class="identifier">I</span><span class="special">,</span> <span class="identifier">T</span><span class="special">></span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Relational operators</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="element_access.html" title="Element access">
|
||||
@ -28,7 +28,7 @@
|
||||
operators</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.relational_operators.description"></a><h6>
|
||||
<a name="id731770"></a>
|
||||
<a name="id847584"></a>
|
||||
<a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -36,7 +36,7 @@
|
||||
Tuple</a> provides the standard boolean relational operators.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.relational_operators.specification"></a><h6>
|
||||
<a name="id731794"></a>
|
||||
<a name="id847608"></a>
|
||||
<a class="link" href="relational_operators.html#fusion.tuple.class_template_tuple.relational_operators.specification">Specification</a>
|
||||
</h6>
|
||||
<div class="variablelist" title="Notation">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Tuple creation functions</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="construction.html" title="Construction">
|
||||
@ -28,7 +28,7 @@
|
||||
creation functions</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.description"></a><h6>
|
||||
<a name="id728817"></a>
|
||||
<a name="id844636"></a>
|
||||
<a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
functions are described in this section.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_creation_functions.specification"></a><h6>
|
||||
<a name="id728859"></a>
|
||||
<a name="id844678"></a>
|
||||
<a class="link" href="tuple_creation_functions.html#fusion.tuple.class_template_tuple.tuple_creation_functions.specification">Specification</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T1</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">T2</span><span class="special">,</span> <span class="special">...,</span> <span class="keyword">typename</span> <span class="identifier">TN</span><span class="special">></span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Tuple helper classes</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../class_template_tuple.html" title="Class template tuple">
|
||||
<link rel="prev" href="tuple_creation_functions.html" title="Tuple creation functions">
|
||||
@ -28,7 +28,7 @@
|
||||
helper classes</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.description"></a><h6>
|
||||
<a name="id729368"></a>
|
||||
<a name="id845186"></a>
|
||||
<a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -37,7 +37,7 @@
|
||||
tuple size, and the element types.
|
||||
</p>
|
||||
<a name="fusion.tuple.class_template_tuple.tuple_helper_classes.specification"></a><h6>
|
||||
<a name="id729390"></a>
|
||||
<a name="id845209"></a>
|
||||
<a class="link" href="tuple_helper_classes.html#fusion.tuple.class_template_tuple.tuple_helper_classes.specification">Specification</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="identifier">tuple_size</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">value</span>
|
||||
|
Reference in New Issue
Block a user