From 442321964995e740fbf2facd5830352bb3faa2e0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 30 Nov 2010 18:01:55 +0000 Subject: [PATCH] Don't undef BOOST_AUTO_LINK_NOMANGLE. Refs #4902. [SVN r66906] --- include/boost/config/auto_link.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index e562caff..f5a0a007 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -414,7 +414,4 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. #if defined(BOOST_DYN_LINK) # undef BOOST_DYN_LINK #endif -#if defined(BOOST_AUTO_LINK_NOMANGLE) -# undef BOOST_AUTO_LINK_NOMANGLE -#endif