diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-03 06:29:26 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-03 06:29:26 +0000 |
| commit | 89ad4b42004e9339da857f72e7457dba22f81c97 (patch) | |
| tree | 8bf88f612ff7ddf50742c3ba4908877987d75384 /libstdc++-v3/include/backward | |
| parent | 70af75708457dba9a9543b931c92fdabb4d65cc8 (diff) | |
| download | ppe42-gcc-89ad4b42004e9339da857f72e7457dba22f81c97.tar.gz ppe42-gcc-89ad4b42004e9339da857f72e7457dba22f81c97.zip | |
2002-07-02 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/6410
* include/bits/locale_facets.h (moneypunct::moneypunct): Add const
char* name parameter.
* config/locale/gnu/monetary_members.cc: Use it.
* config/locale/generic/monetary_members.cc: Same.
* src/localename.cc (_Impl::_Impl(const char*, size_t)): Use it.
* include/backward/strstream.h: Update date.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward')
| -rw-r--r-- | libstdc++-v3/include/backward/strstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/backward/strstream.h b/libstdc++-v3/include/backward/strstream.h index c96ca768ab0..c20812e3d54 100644 --- a/libstdc++-v3/include/backward/strstream.h +++ b/libstdc++-v3/include/backward/strstream.h @@ -1,6 +1,6 @@ // Backward-compat support -*- C++ -*- -// Copyright (C) 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the |

