mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Suppress MSVC warning message.
[SVN r57787]
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
*/
|
||||
|
||||
#define BOOST_REGEX_SOURCE
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4506) // 'no definition for inline function'
|
||||
#endif
|
||||
|
||||
#include <boost/detail/workaround.hpp>
|
||||
#include <memory>
|
||||
|
Reference in New Issue
Block a user