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:
Mark Mitchell 2000-08-03 07:56:17 +00:00 committed by Mark Mitchell
parent 4a6f50d5e9
commit 6e185caa26
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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