Correctly using google sparse hash maps in MS VC++?

Started by
19 comments, last by Foofles 14 years, 1 month ago
Quote:Original post by Antheus
Quote:Original post by diablos_blade

You should use:

*** Source Snippet Removed ***


More accurately:*** Source Snippet Removed ***


Aha, thank you so much :) I knew it had to be some ridiculous mistake in me checking for an entry. using this Iterator / find method is working perfectly.

Thank you everyone, I am going to assume that if I were to use google::sparse_hash_map then I'd also use a similar route, I just couldn't make heads or tails of how it worked.

This topic is closed to new replies.

Advertisement