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:
Paolo Carlini 2013-05-02 09:48:07 +00:00 committed by Paolo Carlini
parent 203550bff1
commit ff84dbcb4e
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -119,6 +119,7 @@ namespace std
using ::getc;
using ::getchar;
#if __cplusplus <= 201103L
// LWG 2249
using ::gets;
#endif
using ::perror;

View File

@ -120,6 +120,7 @@ namespace std
using ::getc;
using ::getchar;
#if __cplusplus <= 201103L
// LWG 2249
using ::gets;
#endif
using ::perror;