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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue