toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN/internal vector.hh


From: Edward Rosten
Subject: [Toon-members] TooN/internal vector.hh
Date: Wed, 18 Feb 2009 16:46:59 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/02/18 16:46:59

Modified files:
        internal       : vector.hh 

Log message:
        Remove spurious instrumentation code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/vector.hh?cvsroot=toon&r1=1.14&r2=1.15

Patches:
Index: vector.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vector.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- vector.hh   18 Feb 2009 16:46:29 -0000      1.14
+++ vector.hh   18 Feb 2009 16:46:59 -0000      1.15
@@ -35,7 +35,6 @@
   // For dynamically sized non-slice objects the copying has to be done by 
hand.
   inline Vector(const Vector&from)
        : Base(from){
-       std::cout<< "Hello. My name is Inigo Montoya.\n";
   }
 
   // constructor from arbitrary vector




reply via email to

[Prev in Thread] Current Thread [Next in Thread]