http://llvm.org/bugs/show_bug.cgi?id=16369

            Bug ID: 16369
           Summary: Fails to include cstdio (C++1y)
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Fails to include cstdio header since gets function is deprecated, but it is
used in cstdio:

/usr/include/c++/v1/cstdio:157:9: error: no member named 'gets' in the global
namespace
using ::gets;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to