[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Toon-members] TooN/internal config.hh vbase.hh
From: |
Gerhard Reitmayr |
Subject: |
[Toon-members] TooN/internal config.hh vbase.hh |
Date: |
Thu, 29 Apr 2010 16:06:15 +0000 |
CVSROOT: /cvsroot/toon
Module name: TooN
Changes by: Gerhard Reitmayr <gerhard> 10/04/29 16:06:15
Modified files:
internal : config.hh vbase.hh
Log message:
removed superfluous qualifier to avoid lots of warnings
empty config.hh
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/config.hh?cvsroot=toon&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/vbase.hh?cvsroot=toon&r1=1.46&r2=1.47
Patches:
Index: config.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/config.hh,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- config.hh 18 Apr 2010 09:49:18 -0000 1.26
+++ config.hh 29 Apr 2010 16:06:15 -0000 1.27
@@ -3,12 +3,12 @@
/* #undef TOON_TYPEOF_TYPEOF */
-#define TOON_TYPEOF___TYPEOF__ 1
+/* #define TOON_TYPEOF___TYPEOF__ 1 */
/* #undef TOON_TYPEOF_BOOST */
/* #undef TOON_TYPEOF_BUILTIN */
-#define TOON_DEPRECATED_GCC 1
+/* #define TOON_DEPRECATED_GCC 1 */
#define TOON_USE_LAPACK 1
Index: vbase.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vbase.hh,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- vbase.hh 14 Feb 2010 12:25:10 -0000 1.46
+++ vbase.hh 29 Apr 2010 16:06:15 -0000 1.47
@@ -142,7 +142,7 @@
return data()[i * stride()];
}
- const ConstReferenceType operator[](int i) const {
+ ConstReferenceType operator[](int i) const {
Internal::check_index(size(), i);
return data()[i * stride()];
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Toon-members] TooN/internal config.hh vbase.hh,
Gerhard Reitmayr <=