]> www.ginac.de Git - ginac.git/blobdiff - check/times.h
* Remove support for <strstream>. It is too bug-ridden.
[ginac.git] / check / times.h
index 28ce4a758fb8db5bc0a288b08b99eb403691dfe2..d938d0b09eb53083394422be84bd1c10881eb87d 100644 (file)
 
 #include <sys/resource.h>
 #include <stdlib.h>
-#include "config.h"
-#if defined(HAVE_SSTREAM)
-#  include <sstream>
-#else
-#  include <strstream>
-#endif
+#include <sstream>
 #include <vector>
-using namespace std;
-
+#include "config.h"
 #include "ginac.h"
+using namespace std;
 using namespace GiNaC;
 
 class timer {
@@ -72,5 +67,6 @@ unsigned time_lw_P();
 unsigned time_lw_Pprime();
 unsigned time_lw_Q();
 unsigned time_lw_Qprime();
+unsigned time_antipode();
 
 #endif // ndef CHECKS_H