From c9db3c51eaecda7a6522841240d87f1cb622f6bd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 27 Feb 2003 11:58:50 +0000 Subject: [PATCH] Fixed some links. [SVN r17670] --- bind.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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