This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: user-defined types and basic_string
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: "Anthony Feick" <afeick at hotmail dot com>, libstdc++ at gcc dot gnu dot org
- Date: 29 Aug 2002 18:56:55 +0200
- Subject: Re: user-defined types and basic_string
- Organization: Integrable Solutions
- References: <F62OpvzxrnDuFIQaj9i00004fca@hotmail.com> <20020829093105.056836ef.bkoz@redhat.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| > Unless you know of an 'elegant' way to go from an int to a character, this
| > will have to do.
|
| Nope.
I think using normal functions to convert an integer a POD should do
the trick. Not really the most elegant, but...
-- Gaby