diff options
Diffstat (limited to 'value.h')
-rw-r--r-- | value.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ class value_t } void destroy(); + void simplify(); value_t& operator=(const value_t& value); value_t& operator=(const bool value) { |