View Single Post
Author Message
showdax
Senior Member
Join Date: Dec 2004
Old 10-24-2005 , 18:05   CUtlHash and STL Questions
Reply With Quote #1

Have any of you used CUtlHash before? I want something like the STL's hash_set but I don't want to use the STL. I've tried creating a CUtlHash<const char *> object but it segfaults when I try to insert, so I'm obviously doing something wrong.

Also, is there any way to remove libstdc++.so/libgcc_s.so dependencies from a plugin? I'm not using any std stuff as far as I can tell (unless something in the HL2 SDK uses them), and I'm not using any exception handling, yet they're still linked to.
showdax is offline
Send a message via MSN to showdax