summaryrefslogtreecommitdiff
path: root/libs/fusion/doc/html/fusion/introduction.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/doc/html/fusion/introduction.html')
-rw-r--r--libs/fusion/doc/html/fusion/introduction.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fusion/doc/html/fusion/introduction.html b/libs/fusion/doc/html/fusion/introduction.html
index 7b78b0b38..903fe388e 100644
--- a/libs/fusion/doc/html/fusion/introduction.html
+++ b/libs/fusion/doc/html/fusion/introduction.html
@@ -44,7 +44,7 @@
its base. The held objects must be related: you cannot hold objects of unrelated
types such as <code class="computeroutput"><span class="keyword">char</span></code>, <code class="computeroutput"><span class="keyword">int</span></code>, <code class="computeroutput"><span class="keyword">class</span>
<span class="identifier">X</span></code>, <code class="computeroutput"><span class="keyword">float</span></code>,
- etc. Oh sure you can use something like <a href="http://boost.org/doc/html/any.html" target="_top">Boost.Any</a>
+ etc. Oh sure you can use something like <a href="http://www.boost.org/doc/html/any.html" target="_top">Boost.Any</a>
to hold arbitrary types, but then you pay more in terms of runtime costs and
due to the fact that you practically erased all type information, you'll have
to perform dangerous casts to get back the original type.