toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN vbase.hh


From: Edward Rosten
Subject: [Toon-members] TooN vbase.hh
Date: Tue, 04 Sep 2007 23:15:55 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        07/09/04 23:15:55

Modified files:
        .              : vbase.hh 

Log message:
        Remove casts to same type.

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

Patches:
Index: vbase.hh
===================================================================
RCS file: /cvsroot/toon/TooN/vbase.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- vbase.hh    15 Jan 2007 18:19:34 -0000      1.14
+++ vbase.hh    4 Sep 2007 23:15:55 -0000       1.15
@@ -129,8 +129,6 @@
     VectorCopy<Accessor,Accessor>::eval(*this,from);
     return *this;
   }
-    operator DynamicVector& () { return *this; }
-    operator const DynamicVector& () const { return *this; }
 
   template<class A, int I> DynamicVector<Accessor> & operator=(const 
VectorMagic::VectorCreator<A,I>& v)
   {




reply via email to

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