mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 15:22:09 +02:00
Changed order of #includes to keep Borland C++ 5.5.1 happy.
[SVN r41252]
This commit is contained in:
@ -22,8 +22,8 @@
|
||||
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
|
||||
#include <boost/cregex.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/cregex.hpp>
|
||||
|
||||
#include <cwchar>
|
||||
#include <cstring>
|
||||
|
Reference in New Issue
Block a user