On Tue, 30 Jul 2024 at 19:06, Zhang Mingli <zmlpostg...@gmail.com> wrote: > I’ve updated the comments in patch v1 with an additional Assert.
Thanks. I adjusted a little and used a StaticAssert instead then pushed. StaticAssert seems better as invalid values will result in compilation failure. David