>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:

Allan> If we could compile without exceptions we'd be okay. The
Allan> problem is that gcc's <exception> header has a line: #include
Allan> <string>

But if you define __STRING__ before the #include <string>, then the
include should have no effect... This solution is certainly better than
your stl_string_forward.h hack (am I wrong?). The problem, as pointed
by Lars, is that several STL headers use basic_string<> and not plain
string.

JMarc

Reply via email to