forked from boostorg/regex
Fixed test programs (disabled separate file template instantiation for single file builds).
[SVN r13661]
This commit is contained in:
@ -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>
|
||||||
|
@ -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)
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user