Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Sep 10, 2003 at 05:52:27PM +0000, Angus Leeming wrote: >> And Responder #3. >> Summary: investigate writing your own string_fwd.h header file. > | Lars? > | Would you be ok with something like > | lstringfwd.h > | #ifndef LSTRINGFWD_H | #define LSTRINGFWD_H > | #if __GNUCC__ > 3 | # include "bits/stringfwd.h" | #else | # include <string> | #endif > | #endif > | ?
Yes. And I am a lot more comfortable with this approach than the deriving stuff. I think it should be std_string_fwd.h that fits with the other renaming Angus did. -- Lgb