summaryrefslogtreecommitdiff
path: root/doc/html/lambda/getting_started.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/lambda/getting_started.html')
-rw-r--r--doc/html/lambda/getting_started.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/lambda/getting_started.html b/doc/html/lambda/getting_started.html
index 6b06cf2f8e..553608baa4 100644
--- a/doc/html/lambda/getting_started.html
+++ b/doc/html/lambda/getting_started.html
@@ -4,10 +4,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Getting Started</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../lambda.html" title="Chapter&#160;17.&#160;Boost.Lambda">
-<link rel="prev" href="../lambda.html" title="Chapter&#160;17.&#160;Boost.Lambda">
+<link rel="up" href="../lambda.html" title="Chapter&#160;18.&#160;Boost.Lambda">
+<link rel="prev" href="../lambda.html" title="Chapter&#160;18.&#160;Boost.Lambda">
<link rel="next" href="s03.html" title="Introduction">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -26,13 +26,13 @@
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="lambda.getting_started"></a>Getting Started</h2></div></div></div>
-<div class="toc"><dl>
-<dt><span class="section"><a href="getting_started.html#idp247161120">Installing the library</a></span></dt>
-<dt><span class="section"><a href="getting_started.html#idp247193600">Conventions used in this document</a></span></dt>
+<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="getting_started.html#idm45927935793472">Installing the library</a></span></dt>
+<dt><span class="section"><a href="getting_started.html#idm45927935761056">Conventions used in this document</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp247161120"></a>Installing the library</h3></div></div></div>
+<a name="idm45927935793472"></a>Installing the library</h3></div></div></div>
<p>
The library consists of include files only, hence there is no
installation procedure. The <code class="literal">boost</code> include directory
@@ -41,7 +41,7 @@
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
<code class="filename">lambda/lambda.hpp</code> defines lambda expressions for different C++
operators, see <a class="xref" href="le_in_details.html#lambda.operator_expressions" title="Operator expressions">the section called &#8220;Operator expressions&#8221;</a>.
@@ -86,7 +86,7 @@ Cast expressions
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp247193600"></a>Conventions used in this document</h3></div></div></div>
+<a name="idm45927935761056"></a>Conventions used in this document</h3></div></div></div>
<p>In most code examples, we omit the namespace prefixes for names in the <code class="literal">std</code> and <code class="literal">boost::lambda</code> namespaces.
Implicit using declarations
</p>