projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20957db
)
Re-ordering field initialization in QuantInfo to remove compiler warning. (#1487)
author
Tim King
<taking@cs.nyu.edu>
Mon, 8 Jan 2018 03:14:57 +0000
(19:14 -0800)
committer
GitHub
<noreply@github.com>
Mon, 8 Jan 2018 03:14:57 +0000
(19:14 -0800)
src/theory/quantifiers/quant_conflict_find.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/quant_conflict_find.cpp
b/src/theory/quantifiers/quant_conflict_find.cpp
index 6c2b95a529d87c0b6ca8c18edb733c74194d79af..95f8e30931f5311e1ecbe4073424197cd49ad1e9 100644
(file)
--- a/
src/theory/quantifiers/quant_conflict_find.cpp
+++ b/
src/theory/quantifiers/quant_conflict_find.cpp
@@
-34,7
+34,7
@@
namespace CVC4 {
namespace theory {
namespace quantifiers {
-QuantInfo::QuantInfo() : d_
mg(NULL), d_unassigned_nvar(0
), d_una_index(0) {}
+QuantInfo::QuantInfo() : d_
unassigned_nvar(0), d_mg(NULL
), d_una_index(0) {}
QuantInfo::~QuantInfo() {
delete d_mg;