diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-02 09:48:07 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-02 09:48:07 +0000 |
| commit | aba73ec6710a59f7e3dbd09cf7968d244324d2f1 (patch) | |
| tree | 539a05e64c1bea951a2389c4c990612f8eb7c234 /libstdc++-v3/include/c_std/cstdio | |
| parent | db3ea93f41086175113db0d336de4166a09ce6d6 (diff) | |
| download | ppe42-gcc-aba73ec6710a59f7e3dbd09cf7968d244324d2f1.tar.gz ppe42-gcc-aba73ec6710a59f7e3dbd09cf7968d244324d2f1.zip | |
2013-05-02 Paolo Carlini <paolo.carlini@oracle.com>
* 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
Diffstat (limited to 'libstdc++-v3/include/c_std/cstdio')
| -rw-r--r-- | libstdc++-v3/include/c_std/cstdio | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/c_std/cstdio b/libstdc++-v3/include/c_std/cstdio index 273383e6999..95139971218 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; |

