AboutDownloadsDocumentsForumsSource CodeIssuesNews
Date:
2011-06-14 17:06
Priority:
1
State:
Open
Submitted by:
Michael Sherman (sherm)
Assigned to:
Michael Sherman (sherm)
Summary:
VoxelHash.h references obsolete header hash_map, causes warning on gcc 4.4

Detailed description
hash_map was a nonstandard header. It is replaced in C++0x with something like unordered_map. gcc 4.4 flags this with an annoying warning message about backwards header files.

But does VoxelHash.h actually need to be included at all? What is it used for?

Add A Comment: Notepad

No Comments Have Been Posted

No Changes Have Been Made to This Item

Feedback