From 6b75e3962d090923618363b291acca5e1ff6f0f9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 4 May 2002 11:00:48 +0000 Subject: [PATCH] Fixed test programs (disabled separate file template instantiation for single file builds). [SVN r13661] --- test/regress/regex_test.cpp | 1 + test/regress/wregex_test.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/regress/regex_test.cpp b/test/regress/regex_test.cpp index 75c481ee..889c0543 100644 --- a/test/regress/regex_test.cpp +++ b/test/regress/regex_test.cpp @@ -26,6 +26,7 @@ // disable automatic selection of support library: #define BOOST_REGEX_NO_LIB #define BOOST_REGEX_STATIC_LINK +#define BOOST_REGEX_NO_EXTERNAL_TEMPLATES #include #include diff --git a/test/regress/wregex_test.cpp b/test/regress/wregex_test.cpp index f7b24a0b..258facf7 100644 --- a/test/regress/wregex_test.cpp +++ b/test/regress/wregex_test.cpp @@ -26,6 +26,7 @@ // disable automatic selection of support library: #define BOOST_REGEX_NO_LIB #define BOOST_REGEX_STATIC_LINK +#define BOOST_REGEX_NO_EXTERNAL_TEMPLATES #if defined(_MSC_VER) && defined(__STL_DEBUG) && defined(_DLL) //