]> www.ginac.de Git - ginac.git/blobdiff - check/error_report.h
Use neseted initializer lists to construct matrix objects.
[ginac.git] / check / error_report.h
index 759d905b583dd2f26fde6fe00b7f1fd69f62b208..34244f226bf3b1d49cd3035fc7add1b7593deff6 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -27,7 +27,7 @@
 #include <sstream>
 #include <stdexcept>
 
-#define bug_on(cond, what)                             \
+#define cbug_on(cond, what)                            \
 do {                                                   \
 if (cond) {                                            \
        std::ostringstream err_stream;                  \