Commit ff84dbcb by Paolo Carlini Committed by Paolo Carlini

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
parent 203550bf
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> 2013-04-28 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix * include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix
......
...@@ -119,6 +119,7 @@ namespace std ...@@ -119,6 +119,7 @@ namespace std
using ::getc; using ::getc;
using ::getchar; using ::getchar;
#if __cplusplus <= 201103L #if __cplusplus <= 201103L
// LWG 2249
using ::gets; using ::gets;
#endif #endif
using ::perror; using ::perror;
......
...@@ -120,6 +120,7 @@ namespace std ...@@ -120,6 +120,7 @@ namespace std
using ::getc; using ::getc;
using ::getchar; using ::getchar;
#if __cplusplus <= 201103L #if __cplusplus <= 201103L
// LWG 2249
using ::gets; using ::gets;
#endif #endif
using ::perror; using ::perror;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment