Posted by kalpol on August 15, 2001 at 09:09:03:
In Reply to: foostring operator < posted by tebun on August 15, 2001 at 02:38:19:
: i keep on getting this error
: 'operator <' is ambiguous in foostring
: pls help me out
: thanks
: tebun
don't compare airportTypes, compare airportTypes.value()
this fixes it