$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73211 - sandbox/conversion/boost/conversion
From: vicente.botet_at_[hidden]
Date: 2011-07-18 06:51:48
Author: viboes
Date: 2011-07-18 06:51:48 EDT (Mon, 18 Jul 2011)
New Revision: 73211
URL: http://svn.boost.org/trac/boost/changeset/73211
Log:
conversion: rename MCF
Text files modified: 
   sandbox/conversion/boost/conversion/config.hpp           |     2 +-                                      
   sandbox/conversion/boost/conversion/convertible_from.hpp |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/conversion/boost/conversion/config.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/config.hpp	(original)
+++ sandbox/conversion/boost/conversion/config.hpp	2011-07-18 06:51:48 EDT (Mon, 18 Jul 2011)
@@ -56,7 +56,7 @@
 #if defined(BOOST_CONVERSION_ENABLE_CND) && !defined(BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS)
   #if __GNUC__ < 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ < 4 )
   #else
-    #define BOOST_CONVERSION_MCF_ENABLED
+    #define BOOST_CONVERSION_IMPLICITLY_ENABLED
   #endif
 #endif
 
Modified: sandbox/conversion/boost/conversion/convertible_from.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/convertible_from.hpp	(original)
+++ sandbox/conversion/boost/conversion/convertible_from.hpp	2011-07-18 06:51:48 EDT (Mon, 18 Jul 2011)
@@ -18,7 +18,7 @@
 #define BOOST_CONVERSION_CONVERTIBLE_FROM_HPP
 
 #include <boost/conversion/config.hpp>
-#if defined(BOOST_CONVERSION_MCF_ENABLED) || defined(BOOST_CONVERSION_DOXYGEN_INVOKED)
+#if defined(BOOST_CONVERSION_IMPLICITLY_ENABLED) || defined(BOOST_CONVERSION_DOXYGEN_INVOKED)
 
 #include <boost/conversion/implicit_convert_to.hpp>
 #include <boost/conversion/assign_to.hpp>