forked from boostorg/regex
Changed order of #includes to keep Borland C++ 5.5.1 happy.
[SVN r41252]
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
#define BOOST_REGEX_SOURCE
|
||||
|
||||
#include <cstdio>
|
||||
#include <boost/cregex.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/cregex.hpp>
|
||||
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
namespace std{
|
||||
|
Reference in New Issue
Block a user