forked from boostorg/config
Don't undef BOOST_TOOLSET after use.
[SVN r30544]
This commit is contained in:
@ -321,9 +321,11 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
|
|||||||
#if defined(BOOST_LIB_NAME)
|
#if defined(BOOST_LIB_NAME)
|
||||||
# undef BOOST_LIB_NAME
|
# undef BOOST_LIB_NAME
|
||||||
#endif
|
#endif
|
||||||
#if defined(BOOST_LIB_TOOLSET)
|
// Don't undef this one: it can be set by the user and should be the
|
||||||
# undef BOOST_LIB_TOOLSET
|
// same for all libraries:
|
||||||
#endif
|
//#if defined(BOOST_LIB_TOOLSET)
|
||||||
|
//# undef BOOST_LIB_TOOLSET
|
||||||
|
//#endif
|
||||||
#if defined(BOOST_LIB_THREAD_OPT)
|
#if defined(BOOST_LIB_THREAD_OPT)
|
||||||
# undef BOOST_LIB_THREAD_OPT
|
# undef BOOST_LIB_THREAD_OPT
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user