cstdio: Add comment about LWG 2249.
2013-05-02 Paolo Carlini <paolo.carlini@oracle.com> * include/c_global/cstdio: Add comment about LWG 2249. * include/c_std/cstdio: Likewise. From-SVN: r198512
This commit is contained in:
parent
203550bff1
commit
ff84dbcb4e
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-05-02 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/c_global/cstdio: Add comment about LWG 2249.
|
||||
* include/c_std/cstdio: Likewise.
|
||||
|
||||
2013-04-28 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix
|
||||
|
|
|
@ -119,6 +119,7 @@ namespace std
|
|||
using ::getc;
|
||||
using ::getchar;
|
||||
#if __cplusplus <= 201103L
|
||||
// LWG 2249
|
||||
using ::gets;
|
||||
#endif
|
||||
using ::perror;
|
||||
|
|
|
@ -120,6 +120,7 @@ namespace std
|
|||
using ::getc;
|
||||
using ::getchar;
|
||||
#if __cplusplus <= 201103L
|
||||
// LWG 2249
|
||||
using ::gets;
|
||||
#endif
|
||||
using ::perror;
|
||||
|
|
Loading…
Add table
Reference in a new issue