summaryrefslogtreecommitdiff
path: root/doc/html/property_tree/appendices.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/property_tree/appendices.html')
-rw-r--r--doc/html/property_tree/appendices.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/property_tree/appendices.html b/doc/html/property_tree/appendices.html
index 17cefc25e3..c0cc50dec1 100644
--- a/doc/html/property_tree/appendices.html
+++ b/doc/html/property_tree/appendices.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Appendices</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="../property_tree.html" title="Chapter&#160;25.&#160;Boost.PropertyTree">
+<link rel="up" href="../property_tree.html" title="Chapter&#160;28.&#160;Boost.PropertyTree">
<link rel="prev" href="accessing.html" title="How to Access Data in a Property Tree">
<link rel="next" href="reference.html" title="Reference">
</head>
@@ -29,7 +29,7 @@
</h2></div></div></div>
<h4>
<a name="property_tree.appendices.h0"></a>
- <span><a name="property_tree.appendices.compatibility"></a></span><a class="link" href="appendices.html#property_tree.appendices.compatibility">Compatibility</a>
+ <span class="phrase"><a name="property_tree.appendices.compatibility"></a></span><a class="link" href="appendices.html#property_tree.appendices.compatibility">Compatibility</a>
</h4>
<p>
Property tree uses partial class template specialization. There has been no
@@ -40,7 +40,7 @@
Property tree has been tested (regressions successfully compiled and run) with
the following compilers:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Visual C++ 8.0
</li>
@@ -62,16 +62,16 @@
</ul></div>
<h4>
<a name="property_tree.appendices.h1"></a>
- <span><a name="property_tree.appendices.rationale"></a></span><a class="link" href="appendices.html#property_tree.appendices.rationale">Rationale</a>
+ <span class="phrase"><a name="property_tree.appendices.rationale"></a></span><a class="link" href="appendices.html#property_tree.appendices.rationale">Rationale</a>
</h4>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
- <span class="bold"><strong>Why are there 3 versions of <code class="computeroutput"><a class="link" href="../boost/property_tree/basic_ptree.html#idp183155840-bb">get</a></code>?
+ <span class="bold"><strong>Why are there 3 versions of <code class="computeroutput"><a class="link" href="../boost/property_tree/basic_ptree.html#idm46563245375168-bb">get</a></code>?
Couldn't there be just one?</strong></span> The three versions reflect experience
gathered during several of years of using property tree in several different
applications. During that time I tried hard to come up with one, proper
form of the get function, and failed. I know of these three basic patterns
of usage:
- <div class="itemizedlist"><ul class="itemizedlist" type="disc">
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<span class="emphasis"><em>Just get the data and I do not care if it cannot be done.</em></span>
This is used when the programmer is fairly sure that data exists.
@@ -94,10 +94,10 @@
</li></ol></div>
<h4>
<a name="property_tree.appendices.h2"></a>
- <span><a name="property_tree.appendices.future_development"></a></span><a class="link" href="appendices.html#property_tree.appendices.future_development">Future
+ <span class="phrase"><a name="property_tree.appendices.future_development"></a></span><a class="link" href="appendices.html#property_tree.appendices.future_development">Future
Development</a>
</h4>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
More parsers: YAML, environment strings.
</li>