On Sat Sep 21 18:23:02 2024 +0000, Rémi Bernon wrote:
Same thing here, do we need 0b? I have no idea how "safe" it is to use it, I believe we keep MSVC compatibility for anything that is built as PE, does it work there? IMO would be simpler to avoid the question and not use it.
I used binary literals only for dev purposes, as SDP descriptors have a specific bitwise description. This is a GCC extension and was supposed to be removed. Done so now.