From 6f9658fa6c9dba54edb37ced7d218007c7d870fa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 17 Feb 2002 12:05:59 +0000 Subject: [PATCH] Fixed VCL setup to come before lib selection [SVN r12847] --- include/boost/regex/config.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 28b8d35a..808bfcea 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -189,11 +189,7 @@ using std::distance; #ifndef BOOST_REGEX_DECL # define BOOST_REGEX_DECL #endif - -#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE) -# include -#endif - + // Borland C++ Fix/error check: #if defined(__BORLANDC__) # if (__BORLANDC__ == 0x550) || (__BORLANDC__ == 0x551) @@ -218,6 +214,10 @@ using std::distance; # endif #endif +#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE) +# include +#endif + /***************************************************************************** * * Set up function call type: