forked from boostorg/regex
Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names.
Updated auto-linking headers to match new Boost.Install code. [SVN r20602]
This commit is contained in:
@ -205,7 +205,7 @@ using std::distance;
|
||||
#endif
|
||||
|
||||
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
|
||||
# define BOOST_LIB_NAME "boost_regex"
|
||||
# define BOOST_LIB_NAME boost_regex
|
||||
# ifdef BOOST_REGEX_DYN_LINK
|
||||
# define BOOST_DYN_LINK
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user