Compare commits

..

2 Commits

Author SHA1 Message Date
jzmaddock a640597d6e Merge pull request #280 from anarthal/feature/remove-borland-config
Removes non-existing boost/regex/config/borland.hpp include from config.hpp
2026-05-22 17:45:36 +01:00
Ruben Perez a12483100a Removes non-existing boost/regex/config/borland.hpp include from config.hpp 2026-05-21 18:37:34 +02:00
-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