Fixed test programs (disabled separate file template instantiation for single file builds).

[SVN r13661]
This commit is contained in:
John Maddock
2002-05-04 11:00:48 +00:00
parent 1826080071
commit 6b75e3962d
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
// disable automatic selection of support library: // disable automatic selection of support library:
#define BOOST_REGEX_NO_LIB #define BOOST_REGEX_NO_LIB
#define BOOST_REGEX_STATIC_LINK #define BOOST_REGEX_STATIC_LINK
#define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#include <boost/regex.hpp> #include <boost/regex.hpp>
#include <boost/regex/src.cpp> #include <boost/regex/src.cpp>

View File

@ -26,6 +26,7 @@
// disable automatic selection of support library: // disable automatic selection of support library:
#define BOOST_REGEX_NO_LIB #define BOOST_REGEX_NO_LIB
#define BOOST_REGEX_STATIC_LINK #define BOOST_REGEX_STATIC_LINK
#define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#if defined(_MSC_VER) && defined(__STL_DEBUG) && defined(_DLL) #if defined(_MSC_VER) && defined(__STL_DEBUG) && defined(_DLL)
// //