]> www.ginac.de Git - ginac.git/blobdiff - check/main.cpp
- changed all instances of "foo const &/*" to "const foo &/*"
[ginac.git] / check / main.cpp
index d500b9e3aa15bf8679ebba899e0f2a00b5dc4dbd..c55794a6fe0a96f61ef78fb0bea85baefda610dc 100644 (file)
@@ -45,7 +45,7 @@ int main()
             result += fcntimer(series_expansion);
             result += fcntimer(lortensor_check);
         }
-    } catch (exception const & e) {
+    } catch (const exception &e) {
         cout << "error: caught an exception: " << e.what() << endl;
         result++;
     }