Henrik Nordstrom wrote:
mån 2009-08-31 klockan 13:40 +0200 skrev Guido Serassio:
Hi,

I have found this definition:

http://msdn.microsoft.com/en-us/library/tbbk8hs6(VS.80).aspx

Hoping that helps.

Matches the standard definition from what I can tell, and should not
cause any errors...

Regards
Henrik


Ah, well. It seems that npos "may not work" if its "int or unsigned"

We do this:
  include/config.h:typedef unsigned int size_t;
  src/SquidString.h:    typedef size_t size_type;
  src/SquidString.h:    const static size_type npos = std::string::npos;

making   SquidString::size_type == size_t == unsigned int


But, the complaint is about "constant expression" being expected?

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE6 or 3.0.STABLE18
  Current Beta Squid 3.1.0.13

Reply via email to