15 Aug
2022
15 Aug
'22
5:17 p.m.
On Mon, Aug 15, 2022 at 8:42 AM Andrey Semashev via Boost
you don't define the semantics of the operations, in particular, what is the expected result
Yes. Thank you for noticing this, as it is exactly what I intended. It is the caller's responsibility to determine if the operation makes sense. The library doesn't care what the outcome is, only that the syntactic requirements are met. Which is how I documented it :) Thanks