diff options
Diffstat (limited to '3rdParty/Boost/src/libs/regex/src/regex.cpp')
-rw-r--r-- | 3rdParty/Boost/src/libs/regex/src/regex.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdParty/Boost/src/libs/regex/src/regex.cpp b/3rdParty/Boost/src/libs/regex/src/regex.cpp index 0a50382..1f1caa6 100644 --- a/3rdParty/Boost/src/libs/regex/src/regex.cpp +++ b/3rdParty/Boost/src/libs/regex/src/regex.cpp @@ -44,6 +44,9 @@ #endif #endif +#ifdef BOOST_INTEL +#pragma warning(disable:383) +#endif namespace boost{ |