mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 02:46:49 +08:00
locale_facets.h (ctype::ctype): Don't name unused parameters.
* bits/locale_facets.h (ctype::ctype): Don't name unused parameters. From-SVN: r35448
This commit is contained in:
parent
4a6f50d5e9
commit
6e185caa26
@ -1,3 +1,8 @@
|
||||
2000-08-03 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* bits/locale_facets.h (ctype::ctype): Don't name unused
|
||||
parameters.
|
||||
|
||||
2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
|
||||
|
||||
* docs/install.html: Edit bits about requiring a special version
|
||||
|
@ -463,7 +463,7 @@ namespace std
|
||||
static locale::id id;
|
||||
|
||||
explicit
|
||||
ctype(size_t __refs = 0) throw();
|
||||
ctype(size_t /*__refs*/ = 0) throw();
|
||||
|
||||
protected:
|
||||
virtual
|
||||
|
Loading…
Reference in New Issue
Block a user