mirror of
https://github.com/boostorg/regex.git
synced 2026-07-21 13:33:35 +00:00
Merge pull request #280 from anarthal/feature/remove-borland-config
Removes non-existing boost/regex/config/borland.hpp include from config.hpp
This commit is contained in:
@@ -37,14 +37,6 @@
|
||||
#define BOOST_REGEX_STANDALONE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Borland C++ Fix/error check
|
||||
* this has to go *before* we include any std lib headers:
|
||||
*/
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
# include <boost/regex/config/borland.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_REGEX_STANDALONE
|
||||
#include <boost/version.hpp>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user