mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
Fixed VC6.sp5 support, added support for mixed static/dynamic linking with VC6
[SVN r9744]
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user