summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h
index 0afd6404..5c55a117 100644
--- a/src/value.h
+++ b/src/value.h
@@ -400,6 +400,7 @@ public:
return temp;
}
void in_place_negate(); // exists for efficiency's sake
+ void in_place_not(); // exists for efficiency's sake
value_t operator-() const {
return negate();