To: djgpp AT delorie DOT com Message-Id: Organization: Ulianovsk branch of RSRC Zemlja. Date: Wed, 30 Oct 1996 12:35:32 +0300 (MSK) From: "Alexander V. Semyonov" Subject: Help me Lines: 32 I am a newcomer to djgpp. Thanks for cool C++ compiler! But I have some problems with it. Where is any help for DJGPP STL (Standart Template Library)? I wrote to strtst.cc: ------------------- #include #include string s1,s2; int main(void) { return s1!=s2; } ------------------- then I try: C:\>gcc -c strtst.cc and get following errors: strtst.cc: In function `int main()': strtst.cc:8: call of overloaded `operator !=' is ambiguous c:/tools/gc/lang/cxx/function.h:24: candidates are: operator !=(const basic_stri ng > &, const basic_string > &) c:/tools/gc/lang/cxx/std/bastring.h:531: operator !=(const basic _string > &, const basic_string > &) i.e. '#include' disables all other operator templates ! Thanks, Alexander V. Semyonov, Simbirsk, Russia