forked from boostorg/regex
Fix macro redefinition.
This commit is contained in:
@ -20,15 +20,15 @@
|
|||||||
|
|
||||||
#include <boost/regex/config.hpp>
|
#include <boost/regex/config.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_WORKAROUND
|
|
||||||
#define BOOST_WORKAROUND(x, y) false
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BOOST_NO_WREGEX
|
#ifndef BOOST_NO_WREGEX
|
||||||
|
|
||||||
#include <boost/regex.hpp>
|
#include <boost/regex.hpp>
|
||||||
#include <boost/cregex.hpp>
|
#include <boost/cregex.hpp>
|
||||||
|
|
||||||
|
#ifndef BOOST_WORKAROUND
|
||||||
|
#define BOOST_WORKAROUND(x, y) false
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cwchar>
|
#include <cwchar>
|
||||||
|
Reference in New Issue
Block a user