Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73274 - sandbox/opaque/boost/opaque/meta_mixin
From: vicente.botet_at_[hidden]
Date: 2011-07-21 09:43:20


Author: viboes
Date: 2011-07-21 09:43:19 EDT (Thu, 21 Jul 2011)
New Revision: 73274
URL: http://svn.boost.org/trac/boost/changeset/73274

Log:
Opaque: use conversion again by default
Text files modified:
   sandbox/opaque/boost/opaque/meta_mixin/operators.hpp | 2 +-
   sandbox/opaque/boost/opaque/meta_mixin/using_explicit_conversion_to_ut_hierarchy.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/opaque/boost/opaque/meta_mixin/operators.hpp
==============================================================================
--- sandbox/opaque/boost/opaque/meta_mixin/operators.hpp (original)
+++ sandbox/opaque/boost/opaque/meta_mixin/operators.hpp 2011-07-21 09:43:19 EDT (Thu, 21 Jul 2011)
@@ -145,7 +145,7 @@
         struct type: Base {
 #if !defined(BOOST_OPAQUE_NOT_DEPENDS_ON_CONVERSION) || defined(BOOST_OPAQUE_DOXYGEN_INVOKED)
             friend T explicit_convert_to(Final const& rhs,
- boost::dummy::type_tag<T> const&)
+ boost::conversion::dummy::type_tag<T> const&)
             {
               return T(Final::underlying(rhs));
             }

Modified: sandbox/opaque/boost/opaque/meta_mixin/using_explicit_conversion_to_ut_hierarchy.hpp
==============================================================================
--- sandbox/opaque/boost/opaque/meta_mixin/using_explicit_conversion_to_ut_hierarchy.hpp (original)
+++ sandbox/opaque/boost/opaque/meta_mixin/using_explicit_conversion_to_ut_hierarchy.hpp 2011-07-21 09:43:19 EDT (Thu, 21 Jul 2011)
@@ -78,7 +78,7 @@
       {
 #if !defined(BOOST_OPAQUE_NOT_DEPENDS_ON_CONVERSION) || defined(BOOST_OPAQUE_DOXYGEN_INVOKED)
         friend UT explicit_convert_to(Final const& rhs,
- boost::dummy::type_tag<UT> const&)
+ boost::conversion::dummy::type_tag<UT> const&)
         {
           return Final::final(&rhs).underlying();
         }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk