[reSIProcate] HashMap for g++ > 3

Alan Hawrylyshen alan at polyphase.ca
Fri Apr 28 19:57:27 CDT 2006


The change I made affects only gcc. I trust this is OK with everyone. 

A

-----Original Message-----
From: "Jason Fischl" <jason at counterpath.com>
Date: Fri, 28 Apr 2006 15:32:46 
To:"Alan Hawrylyshen" <alan at polyphase.ca>
Cc:"Bruce Lowekamp" <lowekamp at sipeerior.com>,       resiprocate <resiprocate-devel at list.sipfoundry.org>
Subject: Re: [reSIProcate] HashMap for g++ > 3

Most modern Unixes do not have hash_map which is why we set it this way.

Jason


On 4/28/06, Alan Hawrylyshen <alan at polyphase.ca> wrote:
>
> On Apr 17, 2006, at 21.24, Bruce Lowekamp wrote:
>
> > I'm still not a native C++ speaker, but shouldn't the line at the
> > beginning of rutil/HashMap.hxx
> > #  if ( (__GNUC__ == 3) && (__GNUC_MINOR__ >= 1) )
> > be
> > #  if ( (__GNUC__ > 3) || ( (__GNUC__ == 3) && (__GNUC_MINOR__ >=
> > 1) ) )
> >
> > otherwise we're all just using regular std::map on most modern unices?
>
> True, and I was under the impression we fixed  that already. Oops.
>
> Thanks
> Alan
>
>
>_______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>




More information about the resiprocate-devel mailing list