Commit 6e185caa by Mark Mitchell Committed by Mark Mitchell

locale_facets.h (ctype::ctype): Don't name unused parameters.

	* bits/locale_facets.h (ctype::ctype): Don't name unused
	parameters.

From-SVN: r35448
parent 4a6f50d5
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment