|
Message-ID: <CAJgzZooicwsTwAtTStSHZ4xJ0QLSHgt6F7Wg2d14ZDBOcBc7NQ@mail.gmail.com> Date: Fri, 29 Jul 2022 13:38:27 -0700 From: enh <enh@...gle.com> To: libc-coord@...ts.openwall.com Subject: anyone else working on %b? i've wanted %b (along with 0b literals) for decades now, and i'm wondering if anyone else already has %b implemented, so i can use that as precedent to justify shipping bionic's implementation before the standard is final? in particular i'm worried about a circular dependency with the compilers' format string checking, and someone has to go first. also: thoughts on whether you plan on supporting %B too? (is anyone already using %B for anything else?) in the absence of a counterargument, i'm assuming we should implement %B just for the 0b versus 0B with #? https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2630.pdf
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.