summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2016-11-09 17:04:02 -0800
committerGitHub <noreply@github.com>2016-11-09 17:04:02 -0800
commitfd24718e1d1127e648f789920fb413da3118d998 (patch)
tree3cef485dbe92e5b0d200d314e844545de1714692 /src/expr
parent9db0ef7df43a067a0063a3652f0acd54e982ba13 (diff)
parent831f2b7176bc3db49e2fb354918a71df896ad63a (diff)
Merge pull request #103 from timothy-king/uniq-ptr
Adds a C++05 version of unique_ptr. Used this to solve a garbage coll…
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/metakind_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/metakind_template.h b/src/expr/metakind_template.h
index 75521e901..1c03cf407 100644
--- a/src/expr/metakind_template.h
+++ b/src/expr/metakind_template.h
@@ -338,7 +338,7 @@ ${metakind_operatorKinds}
}/* CVC4::kind namespace */
-#line 341 "${template}"
+#line 342 "${template}"
namespace theory {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback