1
0
forked from boostorg/bind

Fixed the links in the Files section (reported by Albrecht Fritzsche)

[SVN r14955]
This commit is contained in:
Peter Dimov
2002-08-19 16:51:06 +00:00
parent 2f97add842
commit 3cbc321fa5

View File

@@ -909,19 +909,19 @@ namespace
<a href="../../boost/bind/bind_template.hpp">boost/bind/bind_template.hpp</a>
(used by bind.hpp, do not include directly)
<LI>
<A href="../../boost/bind/bind_template.hpp">boost/bind/arg.hpp</A>
<A href="../../boost/bind/arg.hpp">boost/bind/arg.hpp</A>
(defines the type of the placeholder arguments)
<LI>
<A href="../../boost/bind/bind_template.hpp">boost/bind/placeholders.hpp</A>
<A href="../../boost/bind/placeholders.hpp">boost/bind/placeholders.hpp</A>
(defines the _1, _2, ... _9 placeholders)
<LI>
<A href="../../boost/bind/bind_template.hpp">boost/bind/apply.hpp</A> (<STRONG>apply</STRONG>
<A href="../../boost/bind/apply.hpp">boost/bind/apply.hpp</A> (<STRONG>apply</STRONG>
helper function object)
<LI>
<A href="../../boost/bind/bind_template.hpp">boost/bind/protect.hpp</A> (<STRONG>protect</STRONG>
<A href="../../boost/bind/protect.hpp">boost/bind/protect.hpp</A> (<STRONG>protect</STRONG>
helper function)
<LI>
<A href="../../boost/bind/bind_template.hpp">boost/bind/make_adaptable.hpp</A> (<STRONG>make_adaptable</STRONG>
<A href="../../boost/bind/make_adaptable.hpp">boost/bind/make_adaptable.hpp</A> (<STRONG>make_adaptable</STRONG>
helper function)
<li>
<a href="bind_test.cpp">libs/bind/bind_test.cpp</a>
@@ -938,6 +938,12 @@ namespace
<li>
<a href="bind_stdcall_mf_test.cpp">libs/bind/bind_stdcall_mf_test.cpp</a> (test
with __stdcall member functions)</li>
<li>
<a href="bind_fastcall_test.cpp">libs/bind/bind_fastcall_test.cpp</a>
(test with __fastcall functions)
<li>
<a href="bind_fastcall_mf_test.cpp">libs/bind/bind_fastcall_mf_test.cpp</a> (test
with __fastcall member functions)</li>
</ul>
<h3><a name="Dependencies">Dependencies</a></h3>
<ul>