projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef1441
)
Fix compiler warning in src/context/context.h.
author
Mathias Preiner
<mathias.preiner@gmail.com>
Wed, 9 Aug 2017 23:44:05 +0000
(16:44 -0700)
committer
Mathias Preiner
<mathias.preiner@gmail.com>
Wed, 9 Aug 2017 23:44:05 +0000
(16:44 -0700)
src/context/context.h
patch
|
blob
|
history
diff --git
a/src/context/context.h
b/src/context/context.h
index 92eb10441a5f4059214ff349c07108cacd2fc9e1..d6b1c47014e2ebf3d03ebbc65b885871c0163226 100644
(file)
--- a/
src/context/context.h
+++ b/
src/context/context.h
@@
-136,7
+136,7
@@
public:
d_scope(d_context->getTopScope()) {
d_context->push();
}
- ~ScopedPush() {
+ ~ScopedPush()
noexcept(false)
{
d_context->pop();
AlwaysAssert(d_context->getTopScope() == d_scope,
"Context::ScopedPush observed an uneven Context (at pop, "