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