From 3cbc321fa50dafd5957ead82cd15fa704a214dc1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 19 Aug 2002 16:51:06 +0000 Subject: [PATCH] Fixed the links in the Files section (reported by Albrecht Fritzsche) [SVN r14955] --- bind.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bind.html b/bind.html index 1038f48..3df72f5 100644 --- a/bind.html +++ b/bind.html @@ -909,19 +909,19 @@ namespace boost/bind/bind_template.hpp (used by bind.hpp, do not include directly)
  • - boost/bind/arg.hpp + boost/bind/arg.hpp (defines the type of the placeholder arguments)
  • - boost/bind/placeholders.hpp + boost/bind/placeholders.hpp (defines the _1, _2, ... _9 placeholders)
  • - boost/bind/apply.hpp (apply + boost/bind/apply.hpp (apply helper function object)
  • - boost/bind/protect.hpp (protect + boost/bind/protect.hpp (protect helper function)
  • - boost/bind/make_adaptable.hpp (make_adaptable + boost/bind/make_adaptable.hpp (make_adaptable helper function)
  • libs/bind/bind_test.cpp @@ -938,6 +938,12 @@ namespace
  • libs/bind/bind_stdcall_mf_test.cpp (test with __stdcall member functions)
  • +
  • + libs/bind/bind_fastcall_test.cpp + (test with __fastcall functions) +
  • + libs/bind/bind_fastcall_mf_test.cpp (test + with __fastcall member functions)
  • Dependencies