>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Remind be agins why we use QT_NO_STL? Angus> If I remember rightly, John was worried that we were switching Angus> from QString to std::string and back again without thinking Angus> about it. (!QT_NO_STL provides implicit conversion from one to Angus> the other.) The frontend code should use QString with Angus> conversion to/from std::string only when we want to communicate Angus> with the kernel. Also some distribution (Suse?) distribute a Qt compiled with QT_NO_STL. So we have to do the ame to avoid compilation errors. JMarc
