toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal config.hh objects.h


From: Edward Rosten
Subject: [Toon-members] TooN/internal config.hh objects.h
Date: Mon, 27 Apr 2009 13:30:30 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/04/27 13:30:30

Modified files:
        internal       : config.hh objects.h 

Log message:
        Removed include guards and #includes from internal file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/config.hh?cvsroot=toon&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/objects.h?cvsroot=toon&r1=1.2&r2=1.3

Patches:
Index: config.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/config.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- config.hh   23 Apr 2009 12:57:11 -0000      1.4
+++ config.hh   27 Apr 2009 13:30:28 -0000      1.5
@@ -1 +1,13 @@
+/* internal/config.hh.  Generated from config.hh.in by configure.  */
+/* #undef TOON_TYPEOF_DECLTYPE */
+
+#define TOON_TYPEOF_TYPEOF 1
+
+/* #undef TOON_TYPEOF___TYPEOF__ */
+
+/* #undef TOON_TYPEOF_BOOST */
+
+/* #undef TOON_TYPEOF_BUILTIN */
+
+#define PACKAGE_VERSION "version-2.0.0-beta2"
 

Index: objects.h
===================================================================
RCS file: /cvsroot/toon/TooN/internal/objects.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- objects.h   27 Apr 2009 11:27:09 -0000      1.2
+++ objects.h   27 Apr 2009 13:30:29 -0000      1.3
@@ -29,12 +29,6 @@
 // the GNU General Public License.
 
 
-#ifndef TOON_INCLUDE_HELPERS_H
-#define TOON_INCLUDE_HELPERS_H
-
-#include <TooN/TooN.h>
-#include <cmath>
-
 namespace Internal{
        // dummy structs that are used in 0-ary operators
        struct Zero;
@@ -403,5 +397,3 @@
 static Operator<Internal::Identity<DefaultPrecision> > Identity;
 static const Operator<Internal::Scalars<DefaultPrecision> > Ones(1);
 
-
-#endif




reply via email to

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