Suppress MSVC warning message.

[SVN r57787]
This commit is contained in:
John Maddock
2009-11-19 18:33:12 +00:00
parent 97005c2017
commit 1f38675c1c

View File

@ -17,6 +17,9 @@
*/ */
#define BOOST_REGEX_SOURCE #define BOOST_REGEX_SOURCE
#ifdef _MSC_VER
#pragma warning(disable:4506) // 'no definition for inline function'
#endif
#include <boost/detail/workaround.hpp> #include <boost/detail/workaround.hpp>
#include <memory> #include <memory>