diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index 4ae4f969a..ce245d940 100644 --- a/src/literal.h +++ b/src/literal.h @@ -213,6 +213,7 @@ public: } int64_t getInteger() const; + uint64_t getUnsigned() const; double getFloat() const; void getBits(uint8_t (&buf)[16]) const; // Equality checks for the type and the bits, so a nan float would |