diff --git a/bind.html b/bind.html index 105ba94..05577c0 100644 --- a/bind.html +++ b/bind.html @@ -501,7 +501,7 @@ int main()

On some platforms, extern "C" functions, like std::strcmp, are not recognized by the short form of bind.

-

See also "__stdcall" and "pascal" Support.

+

See also "__stdcall" and "pascal" Support.

const in signatures

Some compilers, including MSVC 6.0 and Borland C++ 5.5.1, have problems with the top-level const in function signatures: @@ -779,14 +779,18 @@ namespace libs/bind/test/bind_fastcall_test.cpp (test with __fastcall functions)

  • - libs/bind/test/bind_fastcall_mf_test.cpp (test - with __fastcall member functions)
  • + libs/bind/test/bind_fastcall_mf_test.cpp + (test with __fastcall member functions)

    Dependencies

    Number of Arguments

    This implementation supports function objects with up to nine arguments. This is @@ -822,7 +826,7 @@ namespace The Binder Library by Jaakko Järvi;

  • - The Lambda Library + The Lambda Library (now part of Boost) by Jaakko Järvi and Gary Powell (the successor to the Binder Library);
  • Extensions to the