Re: [Cppunit-devel] macros and templates
Brought to you by:
blep
From: Steve M. R. <ste...@vi...> - 2001-06-08 16:55:34
|
On Fri, Jun 08, 2001 at 06:14:33PM +0200, Baptiste Lepilleur wrote: > > /* define if library uses std::string::compare(string,pos,n) */ > > #define FUNC_STRING_COMPARE_STRING_FIRST 1 > Which platforms need this crazy things ? That was because of GCC. They claim to be moving towards compatibility with the C++ stdlib, but clearly they ain't there as of version 2.95.4. > It frighten me that I can't even rely on a string class... You'd be amazed at how little you can really count on, in general. The autoconf manual is full of truly bizarre tests for library and compiler oddities. And C++ is even worse than C. Regards, -Steve -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |