[LLVMbugs] [Bug 16369] New: Fails to include cstdio (C++1y)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 19 01:20:04 PDT 2013
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: hhinnant at apple.com
Reporter: 0coming.soon at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130619/77e9bb41/attachment.html>
More information about the llvm-bugs
mailing list