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 ? This would already help most of us... Andre'