> Define > + BOOST_MEM_FN_ENABLE_CDECL > prior to including boost/mem_fn.hpp or boost/bind.hpp on Windows MSVC.
... > Define BOOST_MEM_FN_ENABLE_CDECL prior to including boost/mem_fn.hpp > or boost/bind.hpp on Windows MSVC: > > #if defined(SAL_W32) && !defined(BOOST_MEM_FN_ENABLE_CDECL) > #define BOOST_MEM_FN_ENABLE_CDECL > #endif > ... > #include "boost/bind.hpp" I forgot that there is no need to #define BOOST_MEM_FN_ENABLE_CDECL when compiling in our build environment, assume that it is defined. regards, -Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
