This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __num_base::_S_scale_{hex,oct}
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 4 Apr 2002 13:26:13 -0800 (PST)
- Subject: Re: __num_base::_S_scale_{hex,oct}
> What's the point in computing __num_base::_S_scale_{hex,oct} costly in
> constructor when it is never used (the only user
> in include/bits/locale_facets.tcc was removed ~ 2 month ago)?
Remove it then....