Title
[CD] Remove gets from <cstdio>
Status
resolved
Section
[c.files]
Submitter
Jonathan Wakely

Created on 2013-04-17.00:00:00 last changed 128 months ago

Messages

Date: 2013-09-25.19:08:46

Proposed resolution:

Resolved by resolution as suggested by NB comment GB 9

Date: 2013-09-25.12:39:33

[ 2013-09 Chicago ]

Will resolve with the wording in the NB comment.

Date: 2013-09-25.12:39:33

Addresses GB 9

In [c.files] the current C++ standard claims that <cstdio> defines a function called "gets" but it has no declaration or semantics, because it was removed from C11, having been deprecated since C99. We should remove it for C++14.

History
Date User Action Args
2013-09-26 18:26:05adminsetstatus: new -> resolved
2013-09-25 19:07:07adminsetmessages: + msg6615
2013-09-25 12:39:33adminsetmessages: + msg6610
2013-04-17 00:00:00admincreate