From: Paolo Carlini Date: Thu, 2 May 2013 09:48:07 +0000 (+0000) Subject: cstdio: Add comment about LWG 2249. X-Git-Tag: releases/gcc-4.9.0~6093 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff84dbcb4ebb604390c68a0563827192c30247c1;p=thirdparty%2Fgcc.git cstdio: Add comment about LWG 2249. 2013-05-02 Paolo Carlini * include/c_global/cstdio: Add comment about LWG 2249. * include/c_std/cstdio: Likewise. From-SVN: r198512 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 74af1e10e341..dbc15fcbc1cd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2013-05-02 Paolo Carlini + + * include/c_global/cstdio: Add comment about LWG 2249. + * include/c_std/cstdio: Likewise. + 2013-04-28 Jonathan Wakely * include/bits/hashtable_policy.h (_Hashtable_ebo_helper): Fix diff --git a/libstdc++-v3/include/c_global/cstdio b/libstdc++-v3/include/c_global/cstdio index 249a77968be1..699a07667829 100644 --- a/libstdc++-v3/include/c_global/cstdio +++ b/libstdc++-v3/include/c_global/cstdio @@ -119,6 +119,7 @@ namespace std using ::getc; using ::getchar; #if __cplusplus <= 201103L + // LWG 2249 using ::gets; #endif using ::perror; diff --git a/libstdc++-v3/include/c_std/cstdio b/libstdc++-v3/include/c_std/cstdio index 273383e69997..95139971218c 100644 --- a/libstdc++-v3/include/c_std/cstdio +++ b/libstdc++-v3/include/c_std/cstdio @@ -120,6 +120,7 @@ namespace std using ::getc; using ::getchar; #if __cplusplus <= 201103L + // LWG 2249 using ::gets; #endif using ::perror;