>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> Yes, but if the compiler can't find getline in namespace std
Angus> then it bombs out. Since it can only look in the #included
Angus> files and getline is in <stringstream> or suchlike, but not
Angus> <string>, then #include "LString.h" in insetcollapsable.C
Angus> causes an error.

OK, it is indeed in <istream>. Why are you including <fstream>
instead? Otherwise, we could add the using magic to support/LIstream.h
instead of LString.h. 

I agree however that, if you removed the need for getline in the
credits controller, we could just ignore it :)

JMarc

Reply via email to