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:
jzmaddock
2026-05-22 17:45:36 +01:00
committed by GitHub
-8
View File
@@ -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