summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_operation.h
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2015-02-05 18:27:47 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2015-02-05 18:28:49 -0600
commit2bc57de07b8132ee584da614ae49e4d132818f67 (patch)
tree7fa90ef5a4139d19771b7297ea9a6088a0f12207 /src/theory/strings/regexp_operation.h
parent45b0ba984fde882d3cd762076de0f9ddce2485c7 (diff)
Improved string performance, thanks to Peter's benchmarks.
Diffstat (limited to 'src/theory/strings/regexp_operation.h')
-rw-r--r--src/theory/strings/regexp_operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/regexp_operation.h b/src/theory/strings/regexp_operation.h
index da84ed04c..012a573c1 100644
--- a/src/theory/strings/regexp_operation.h
+++ b/src/theory/strings/regexp_operation.h
@@ -39,7 +39,7 @@ class RegExpOpr {
typedef std::pair< Node, Node > PairNodes;
private:
- const unsigned char d_lastchar;
+ unsigned char d_lastchar;
Node d_emptyString;
Node d_true;
Node d_false;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback