Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Mon, Jan 22, 2001 at 03:19:30PM +0100, Jean-Marc Lasgouttes wrote:
| > >>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
| >
| > Dekel> Yes (in fact, I only tested it with egcs 1.0.x which is the
| > Dekel> compiler I use).
| >
| > Dekel> I can put the workaround code inside a #if
| > Dekel> !defined(USE_INCLUDED_STRING) && !defined(STD_STRING_IS_GOOD)
| > Dekel> .. #endif
| >
| > Unfortunately STD_STRING_IS_GOOD can not tell us whether this is
| > needed, since it is a run-time problem, not a compile-time one.
|
| I know, but at least the workaround code will not be used when using a
| good compiler.
Try that one... we'll see how it works out.
Lgb