mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 23:32:10 +02:00
Merge fixes from Trunk - mainly warning suppression.
[SVN r65720]
This commit is contained in:
@ -20,6 +20,10 @@
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
#ifdef BOOST_INTEL
|
||||
#pragma warning(disable:1418 981 983 383)
|
||||
#endif
|
||||
|
||||
int test_main( int , char* [] )
|
||||
{
|
||||
// this regex will recurse twice for each whitespace character matched:
|
||||
|
Reference in New Issue
Block a user