2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
* config/locale/moneypunct_members_generic.cc (money_base::_S_construct_pattern): Remove unused parameters. From-SVN: r45518
This commit is contained in:
parent
1603cd96e3
commit
a623ef6e71
@ -1,3 +1,8 @@
|
||||
2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* config/locale/moneypunct_members_generic.cc
|
||||
(money_base::_S_construct_pattern): Remove unused parameters.
|
||||
|
||||
2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/Makefile.am (stamp-target): Remove link to self.
|
||||
|
@ -40,7 +40,7 @@ namespace std
|
||||
// Construct and return valid pattern consisting of some combination of:
|
||||
// space none symbol sign value
|
||||
money_base::pattern
|
||||
money_base::_S_construct_pattern(char __preceeds, char __space, char __posn)
|
||||
money_base::_S_construct_pattern(char, char, char)
|
||||
{ return _S_default_pattern; }
|
||||
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user