Boost logo

Boost-Commit :

From: boost_at_[hidden]
Date: 2008-06-01 04:41:41


Author: matthiasschabel
Date: 2008-06-01 04:41:41 EDT (Sun, 01 Jun 2008)
New Revision: 46010
URL: http://svn.boost.org/trac/boost/changeset/46010

Log:
change demangling back to basic format
Text files modified:
   sandbox/units/boost/units/detail/utility.hpp | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: sandbox/units/boost/units/detail/utility.hpp
==============================================================================
--- sandbox/units/boost/units/detail/utility.hpp (original)
+++ sandbox/units/boost/units/detail/utility.hpp 2008-06-01 04:41:41 EDT (Sun, 01 Jun 2008)
@@ -57,13 +57,13 @@
         
         std::free(realname);
         
- boost::replace_all(out," ","");
+ //boost::replace_all(out," ","");
         boost::replace_all(out,"boost::units::","");
- boost::replace_all(out,"static_rational","R");
- boost::replace_all(out,"dimensionless_type","dl");
- boost::replace_all(out,"_base_dimension","_bd");
- boost::replace_all(out,"_base_unit","_bu");
- boost::replace_all(out,"heterogeneous_system","hts");
+ //boost::replace_all(out,"static_rational","R");
+ //boost::replace_all(out,"dimensionless_type","dl");
+ //boost::replace_all(out,"_base_dimension","_bd");
+ //boost::replace_all(out,"_base_unit","_bu");
+ //boost::replace_all(out,"heterogeneous_system","hts");
                 
         return out;
     }


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