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>Introduction</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="../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="prev" href="preface.html" title="Preface">
|
||||
@ -117,7 +117,7 @@
|
||||
sequences are fully compatible with Fusion. You can work with Fusion sequences
|
||||
on <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> if you
|
||||
wish to work solely on types
|
||||
<sup>[<a name="id543556" href="#ftn.id543556" class="footnote">1</a>]</sup>
|
||||
<sup>[<a name="id658337" href="#ftn.id658337" class="footnote">1</a>]</sup>
|
||||
. In <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>, Fusion
|
||||
sequences follow <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>'s
|
||||
sequence-type preserving semantics (i.e. algorithms preserve the original sequence
|
||||
@ -132,7 +132,7 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id543556" href="#id543556" class="para">1</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id658337" href="#id658337" class="para">1</a>] </sup>
|
||||
Choose <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
|
||||
over fusion when doing pure type calculations. Once the static type calculation
|
||||
is finished, you can instantiate a fusion sequence (see <a class="link" href="container/conversion/functions.html" title="Functions">Conversion</a>)
|
||||
|
Reference in New Issue
Block a user