summaryrefslogtreecommitdiff
path: root/doc/html/metaparse/preface.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/metaparse/preface.html')
-rw-r--r--doc/html/metaparse/preface.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/metaparse/preface.html b/doc/html/metaparse/preface.html
index cd490f0d00..bf38fcd8b4 100644
--- a/doc/html/metaparse/preface.html
+++ b/doc/html/metaparse/preface.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Preface</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="../metaparse.html" title="Chapter&#160;20.&#160;Boost.Metaparse">
+<link rel="up" href="../metaparse.html" title="Chapter&#160;22.&#160;Boost.Metaparse">
<link rel="prev" href="related_publications_and_blogs.html" title="Related publications and blogs">
<link rel="next" href="getting_started_with_boost_metap.html" title="Getting started with Boost.Metaparse">
</head>
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="metaparse.preface"></a><a class="link" href="preface.html" title="Preface">Preface</a>
</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="preface.html#metaparse.preface.description">Description</a></span></dt>
<dt><span class="section"><a href="preface.html#metaparse.preface.scope">Scope</a></span></dt>
<dt><span class="section"><a href="preface.html#metaparse.preface.advantages_of_using_this_library">Advantages
@@ -85,7 +85,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="metaparse.preface.scope"></a><a class="link" href="preface.html#metaparse.preface.scope" title="Scope">Scope</a>
</h3></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="preface.html#metaparse.preface.scope.comparsion_to_boost_proto">Comparsion
to Boost.Proto</a></span></dt>
<dt><span class="section"><a href="preface.html#metaparse.preface.scope.comparison_to_boost_spirit">Comparison
@@ -109,7 +109,7 @@
This technique has the advantages over parsing the content of string literals
(which is Metaparse's approach) that:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
is faster in most cases
</li>
@@ -122,7 +122,7 @@
<p>
Using expression templates for DSL embedding has the following disadvantages:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
the syntax of the embedded DSL is limited. It has to be a valid C++
expression. For most libraries, people familiar with the original DSL
usually need to learn the library's syntax to understand the embedded
@@ -176,7 +176,7 @@
using template metaprograms. This impacts the library using Metaparse the
following way:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
The maintainer of the API built with Metaparse will need to understand
template metaprogramming.
@@ -205,7 +205,7 @@
<p>
Compilers Metaparse is actively (in a CI environment) tested on:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
GCC 4.6, 4.7, 4.8, 4.9
</li>