diff --git a/bind.html b/bind.html
index 49f8018..73b20d0 100644
--- a/bind.html
+++ b/bind.html
@@ -15,10 +15,7 @@
bind.hpp |
1.02.0001 (2001-10-18) |
+Some platforms allow several types of (member) functions that differ by their +calling convention (the rules by which the function is invoked: how +are arguments passed, how is the return value handled, and who cleans up the +stack - if any.) +
+ ++For example, Windows API functions and COM interface member functions use a +calling convention known as __stdcall. +
+ ++To use bind with __stdcall functions, #define the macro +BOOST_BIND_ENABLE_STDCALL before including <boost/bind.hpp>. +
+ ++To use bind with __stdcall member functions, #define the +macro BOOST_MEM_FN_ENABLE_STDCALL before including <boost/bind.hpp>. +
+ ++[Note: this is a non-portable extension. It is not part of the interface.] +
+ ++[Note: Some compilers provide only minimal support for the __stdcall keyword.] +
+
diff --git a/mem_fn.html b/mem_fn.html
index 91901ea..a7abab3 100644
--- a/mem_fn.html
+++ b/mem_fn.html
@@ -15,10 +15,7 @@
mem_fn.hpp |
1.02.0001 (2001-08-30) |
+Some platforms allow several types of member functions that differ by their +calling convention (the rules by which the function is invoked: how +are arguments passed, how is the return value handled, and who cleans up the +stack - if any.) +
+ ++For example, Windows API functions and COM interface member functions use a +calling convention known as __stdcall. +
+ ++To use mem_fn with __stdcall member functions, #define +the macro BOOST_MEM_FN_ENABLE_STDCALL before including, directly or +indirectly, <boost/mem_fn.hpp>. +
+ ++[Note: this is a non-portable extension. It is not part of the interface.] +
+ ++[Note: Some compilers provide only minimal support for the __stdcall keyword.] +
+ +@@ -256,6 +283,9 @@ Richard Crossley, Jens Maurer, Ed Brey, and others. Review manager was Darin Adler.
++Steve Anichini pointed out that COM interfaces use __stdcall. +
Copyright © 2001 by Peter Dimov and Multi Media
Ltd. Permission to copy, use, modify, sell and distribute this document is