From 209f59a47301c8cbd1fd54861559d7ebd2cd8fbf Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Thu, 28 Aug 2025 10:42:30 +0200 Subject: [PATCH] Cleanup --- include/boost/regex/config.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index c2c4fd0f0..1c41da3f4 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -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 -#endif - #ifndef BOOST_REGEX_STANDALONE #include #endif