summaryrefslogtreecommitdiff
path: root/doc/html/function/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/function/faq.html')
-rw-r--r--doc/html/function/faq.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/function/faq.html b/doc/html/function/faq.html
index 883c771740..d51dd48406 100644
--- a/doc/html/function/faq.html
+++ b/doc/html/function/faq.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<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="../function.html" title="Chapter&#160;15.&#160;Boost.Function">
+<link rel="up" href="../function.html" title="Chapter&#160;14.&#160;Boost.Function">
<link rel="prev" href="../boost/function_equal.html" title="Function template function_equal">
<link rel="next" href="misc.html" title="Miscellaneous Notes">
</head>
@@ -27,19 +27,19 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="function.faq"></a>Frequently Asked Questions</h2></div></div></div>
<div class="qandaset">
-<a name="idp250375024"></a><dl>
-<dt>1. <a href="faq.html#idp250375280">Why can't I compare
+<a name="idp226013952"></a><dl>
+<dt>1. <a href="faq.html#idp226014208">Why can't I compare
boost::function objects with
operator== or
operator!=?</a>
</dt>
-<dt>2. <a href="faq.html#idp250415840">I see void pointers; is this [mess] type safe?</a>
+<dt>2. <a href="faq.html#idp226054768">I see void pointers; is this [mess] type safe?</a>
</dt>
-<dt>3. <a href="faq.html#idp250418896">Why are there workarounds for void returns? C++ allows them!</a>
+<dt>3. <a href="faq.html#idp226057824">Why are there workarounds for void returns? C++ allows them!</a>
</dt>
-<dt>4. <a href="faq.html#idp250424576">Why (function) cloning?</a>
+<dt>4. <a href="faq.html#idp226063504">Why (function) cloning?</a>
</dt>
-<dt>5. <a href="faq.html#idp250426624">How much overhead does a call through boost::function incur?</a>
+<dt>5. <a href="faq.html#idp226065552">How much overhead does a call through boost::function incur?</a>
</dt>
</dl>
<table border="0" style="width: 100%;">
@@ -50,7 +50,7 @@
<tbody>
<tr class="question">
<td align="left" valign="top">
-<a name="idp250375280"></a><a name="idp250375536"></a><p><b>1.</b></p>
+<a name="idp226014208"></a><a name="idp226014464"></a><p><b>1.</b></p>
</td>
<td align="left" valign="top"><p>Why can't I compare
<code class="computeroutput"><a class="link" href="../boost/function.html" title="Class template function">boost::function</a></code> objects with
@@ -128,7 +128,7 @@
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="idp250415840"></a><a name="idp250416096"></a><p><b>2.</b></p>
+<a name="idp226054768"></a><a name="idp226055024"></a><p><b>2.</b></p>
</td>
<td align="left" valign="top"><p>I see void pointers; is this [mess] type safe?</p></td>
</tr>
@@ -147,7 +147,7 @@ invoke a function pointer with the wrong type). </p></td>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="idp250418896"></a><a name="idp250419152"></a><p><b>3.</b></p>
+<a name="idp226057824"></a><a name="idp226058080"></a><p><b>3.</b></p>
</td>
<td align="left" valign="top"><p>Why are there workarounds for void returns? C++ allows them!</p></td>
</tr>
@@ -174,7 +174,7 @@ function objects with parameters that don't exactly match.</p>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="idp250424576"></a><a name="idp250424832"></a><p><b>4.</b></p>
+<a name="idp226063504"></a><a name="idp226063760"></a><p><b>4.</b></p>
</td>
<td align="left" valign="top"><p>Why (function) cloning?</p></td>
</tr>
@@ -188,7 +188,7 @@ function objects with parameters that don't exactly match.</p>
</tr>
<tr class="question">
<td align="left" valign="top">
-<a name="idp250426624"></a><a name="idp250426880"></a><p><b>5.</b></p>
+<a name="idp226065552"></a><a name="idp226065808"></a><p><b>5.</b></p>
</td>
<td align="left" valign="top"><p>How much overhead does a call through <code class="computeroutput"><a class="link" href="../boost/function.html" title="Class template function">boost::function</a></code> incur?</p></td>
</tr>