[cfe-dev] [libc++] gets removed from C11
Matthew Dempsky
matthew at dempsky.org
Sun Jun 30 23:33:18 PDT 2013
On Sun, Jun 30, 2013 at 10:56 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> I wonder if this approach is backwards. A <stdio.h> should provide
> gets unless it's in C11 mode. No C++ mode is C11, so if the
> implementation fails to provide gets in C++, then it's broken. Perhaps
> we should blacklist the broken implementations instead of whitelist
> the known-working ones?
+1
More information about the cfe-dev
mailing list