diff --git a/mem_fn.html b/mem_fn.html index 31a4e22..7c977dc 100644 --- a/mem_fn.html +++ b/mem_fn.html @@ -31,6 +31,8 @@ std::mem_fun[_ref] adaptors?
+Yes, if you #define BOOST_MEM_FN_ENABLE_STDCALL. +
+ ++Non-portable extensions, in general, should default to off to prevent vendor +lock-in. Had BOOST_MEM_FN_ENABLE_STDCALL been defined automatically, you could +have accidentally taken advantage of it without realizing that your code is, +perhaps, no longer portable. +
+