Code:
it = m_CoopTable->m_SparseMap.find(s);

	if (it != NULL) //Error
	{
		return false;
	}
This gives me compile-time error. it is an iterator to a hash_map
Thanks
Jack