[Rivet-svn] r2593 - trunk/include/Rivet/Tools

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jul 14 19:04:13 BST 2010


Author: buckley
Date: Wed Jul 14 19:04:13 2010
New Revision: 2593

Log:
Thought this CPP guard around these std:: convenience functions wasn't needed any more... and then Holger tried linking Rivet against AGILe! Putting it back in to avoid double-declaring these functions :)

Modified:
   trunk/include/Rivet/Tools/Utils.hh

Modified: trunk/include/Rivet/Tools/Utils.hh
==============================================================================
--- trunk/include/Rivet/Tools/Utils.hh	Wed Jul 14 18:55:20 2010	(r2592)
+++ trunk/include/Rivet/Tools/Utils.hh	Wed Jul 14 19:04:13 2010	(r2593)
@@ -85,8 +85,11 @@
 
 
 }
+#endif
 
 
+#ifndef CEDARSTD
+#define CEDARSTD
 namespace std {
 
   template <typename T>
@@ -114,5 +117,4 @@
   }
 
 }
-
 #endif


More information about the Rivet-svn mailing list