Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51023 - sandbox/itl/boost/itl/detail
From: afojgo_at_[hidden]
Date: 2009-02-04 16:57:44


Author: jofaber
Date: 2009-02-04 16:57:43 EST (Wed, 04 Feb 2009)
New Revision: 51023
URL: http://svn.boost.org/trac/boost/changeset/51023

Log:
Removed debug code. Stable {msvc-9.0, partly congcc-4.3-a7}

Text files modified:
   sandbox/itl/boost/itl/detail/subset_comparer.hpp | 27 ---------------------------
   1 files changed, 0 insertions(+), 27 deletions(-)

Modified: sandbox/itl/boost/itl/detail/subset_comparer.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/subset_comparer.hpp (original)
+++ sandbox/itl/boost/itl/detail/subset_comparer.hpp 2009-02-04 16:57:43 EST (Wed, 04 Feb 2009)
@@ -54,19 +54,6 @@
 
         bool covalues_are_equal(LeftIterT& left, RightIterT& right)
         {
- if(left == _left_end)//CL
- {
- cout << "l: " << _left << endl;
- cout << "r: " << _right << endl;
- int dummy = 1;
- }
- if(right == _right_end)//CL
- {
- cout << "l: " << _left << endl;
- cout << "r: " << _right << endl;
- int dummy = 2;
- }
-
                 if(LeftT::codomain_value(left) == RightT::codomain_value(right))
                         return true;
                 
@@ -78,20 +65,6 @@
 
     int proceed(LeftIterT& left, RightIterT& right)
     {
- if(left == _left_end)//CL
- {
- cout << "l: " << _left << endl;
- cout << "r: " << _right << endl;
- int dummy = 1;
- }
- if(right == _right_end)//CL
- {
- cout << "l: " << _left << endl;
- cout << "r: " << _right << endl;
- int dummy = 2;
- }
-
-
                 if(LeftT::key_value(left).upper_less(RightT::key_value(right)))
                 { // left ..)
                         // right .....)


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