Fixed VC6.sp5 support, added support for mixed static/dynamic linking with VC6

[SVN r9744]
This commit is contained in:
John Maddock
2001-04-09 11:19:12 +00:00
parent 42ba37691e
commit dcb64d5db7
3 changed files with 11 additions and 6 deletions

View File

@ -221,7 +221,7 @@ Do not change this file unless you really really have to, add options to
//
// import export options:
#ifdef _DLL
#if defined(_DLL) && !defined(BOOST_RE_STATIC_LIB)
#ifdef BOOST_RE_BUILD_DLL
#define BOOST_RE_IX_DECL __declspec( dllexport )
#elif !defined(BOOST_REGEX_LIBRARY_INCLUDE_HPP) && !defined(BOOST_RE_NO_LIB)
@ -440,9 +440,6 @@ typedef unsigned long jm_uintfast32_t;
#define BOOST_RE_NO_TRICKY_DEFAULT_PARAM
#define BOOST_RE_NO_STRING_DEF_ARGS
#endif
#ifndef __STL_USE_EXCEPTIONS
#error exception handling support required
#endif
#include <algorithm>
#include <memory>