| View previous topic :: View next topic |
| Author |
Message |
Paul Pedriana Guest
|
Posted: Sat Oct 18, 2003 7:15 am Post subject: unit test for basic_string? |
|
|
I'm looking for a unit test for std::basic_string<char>. I was wondering
if anybody is aware of such a thing. General Google searches haven't
yielded anything.
|
|
| Back to top |
|
 |
Paul Pedriana Guest
|
Posted: Sat Nov 01, 2003 5:32 am Post subject: Re: unit test for basic_string? |
|
|
Solution: GCC stdlibc++ unit tests from the source code at
http://gcc.gnu.org.
| Quote: | I'm looking for a unit test for std::basic_string<char>. I was wondering
if anybody is aware of such a thing. General Google searches haven't
yielded anything.
|
|
|
| Back to top |
|
 |
|