From a12483100a896de32c77c99d387a6a01c66e64e1 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Thu, 21 May 2026 18:37:34 +0200 Subject: [PATCH] Removes non-existing boost/regex/config/borland.hpp include from config.hpp --- 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