gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] how to handle hash_map


From: Rob Savoye
Subject: Re: [Gnash-dev] how to handle hash_map
Date: Sat, 25 Feb 2006 18:03:39 -0700
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

Jim Garrison wrote:

I've begun moving away from libbase's hash template to the standard hash_map. Problem is, as many of us know, hash_map is not an official part of the STL standard. It is included in the GNU implementation of libstdc++ (#include <ext/hash_map>, namespace __gnu_cxx), and I believe

hash_map is in both G++, and VC++, so we should just use it and not worry. I don't really see Gnash needing to be built with anything but these two compilers.

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]