]> www.ginac.de Git - ginac.git/blobdiff - check/exam_misc.cpp
Fix memory leak in excompiler due to use of wrong operator delete.
[ginac.git] / check / exam_misc.cpp
index 2d0f29e152c21f80a6e8a52480dbec6acf61b1ed..9dbfd6bc41d71850566681b337c004d3fea647cc 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
+
 #define VECSIZE 30
 static unsigned exam_expand_subs()
 {