xo-reader2 stack: misc qol improvements + improve reader2 utest
This commit is contained in:
parent
019ef5a3a7
commit
dde29946d5
2 changed files with 13 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace xo {
|
|||
/** allocate boxed value @p x using memory from @p mm **/
|
||||
static DInteger * _box(obj<AAllocator> mm, long x);
|
||||
|
||||
double value() const noexcept { return value_; }
|
||||
long value() const noexcept { return value_; }
|
||||
|
||||
bool pretty(const ppindentinfo & ppii) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue