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