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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/property_tree/appendices.html b/doc/html/property_tree/appendices.html
index ddcc864300..d7546ef877 100644
--- a/doc/html/property_tree/appendices.html
+++ b/doc/html/property_tree/appendices.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.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;22.&#160;Boost.PropertyTree">
+<link rel="up" href="../property_tree.html" title="Chapter&#160;23.&#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>
@@ -65,7 +65,7 @@
<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#idp208971888-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#idm45507104765184-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