projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b766bc3
)
Another fix for the CASC stuff.
author
Morgan Deters
<mdeters@cs.nyu.edu>
Tue, 17 Jun 2014 21:35:37 +0000
(17:35 -0400)
committer
lianah
<lianahady@gmail.com>
Thu, 19 Jun 2014 22:24:39 +0000
(18:24 -0400)
src/expr/node.h
patch
|
blob
|
history
diff --git
a/src/expr/node.h
b/src/expr/node.h
index ba139748ec883ed32d6b429c90c00515182792df..358b7cfcd802e31b063a6c5264d288e64c4577a7 100644
(file)
--- a/
src/expr/node.h
+++ b/
src/expr/node.h
@@
-439,7
+439,7
@@
public:
* explicit Expr(Node) constructor---but that dirties the public
* interface.
*/
- inline Expr toExpr();
+ inline Expr toExpr()
const
;
/**
* Convert an Expr into a Node.
@@
-1451,7
+1451,7
@@
NodeTemplate<ref_count>::substitute(Iterator substitutionsBegin,
}
template <bool ref_count>
-inline Expr NodeTemplate<ref_count>::toExpr() {
+inline Expr NodeTemplate<ref_count>::toExpr()
const
{
assertTNodeNotExpired();
return NodeManager::currentNM()->toExpr(*this);
}