20 Sep
2020
20 Sep
'20
11:25 p.m.
On Sun, Sep 20, 2020 at 4:07 PM Maximilian Riemensberger via Boost
I recommend ACCEPTing the library into boost.
Thank you for your thoughtful review and the time you spent evaluating the library.
- The `value::is_xxx` functions inconsistently return bools or pointers.
Yes this was a design mistake, which we have reverted in develop. `value::if_*`, `array::if_*` and `object::if_*` all consistently return pointers, while `value::is_*` returns a bool. Your feedback helped us understand the flaw :) Thanks