2013-05-02 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 09:48:07 +0000 (09:48 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 09:48:07 +0000 (09:48 +0000)
* include/c_global/cstdio: Add comment about LWG 2249.
* include/c_std/cstdio: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198512 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cstdio
libstdc++-v3/include/c_std/cstdio

index 74af1e1..dbc15fc 100644 (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
index 249a779..699a076 100644 (file)
@@ -119,6 +119,7 @@ namespace std
   using ::getc;
   using ::getchar;
 #if __cplusplus <= 201103L
+  // LWG 2249
   using ::gets;
 #endif
   using ::perror;
index 273383e..9513997 100644 (file)
@@ -120,6 +120,7 @@ namespace std
   using ::getc;
   using ::getchar;
 #if __cplusplus <= 201103L
+  // LWG 2249
   using ::gets;
 #endif
   using ::perror;