Merged fixes for Function, Signals, and MPI from trunk. See #1499, see #1416, see #1486

[SVN r42031]
This commit is contained in:
Douglas Gregor
2007-12-14 14:48:14 +00:00
parent c4539395fe
commit bfdb5b161d
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#if defined(BOOST_MSVC)
# pragma warning( push )
# pragma warning( disable : 4793 ) // complaint about native code generation
# pragma warning( disable : 4127 ) // "conditional expression is constant"
#endif
// Define BOOST_FUNCTION_STD_NS to the namespace that contains type_info.