]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cstdio: Add comment about LWG 2249.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 2 May 2013 09:48:07 +0000 (09:48 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 2 May 2013 09:48:07 +0000 (09:48 +0000)
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

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

index 74af1e10e34192400a9dd33cad0066088dd1acd8..dbc15fcbc1cd9da52311b9b51d863e27929f498b 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 249a77968be150604c7ceaf8f8d0158de464cf71..699a07667829d80158d75504b06957c3619aaa92 100644 (file)
@@ -119,6 +119,7 @@ namespace std
   using ::getc;
   using ::getchar;
 #if __cplusplus <= 201103L
+  // LWG 2249
   using ::gets;
 #endif
   using ::perror;
index 273383e699977b56eb9c9dd64e13a2cfa4e6ba5e..95139971218c9b0ec3e7f24e58864c04e79aebb9 100644 (file)
@@ -120,6 +120,7 @@ namespace std
   using ::getc;
   using ::getchar;
 #if __cplusplus <= 201103L
+  // LWG 2249
   using ::gets;
 #endif
   using ::perror;