Initalizing ArrayStorage by default

This commit is contained in:
Dennis Luxen 2011-07-07 14:50:40 +00:00
parent cdad977341
commit e3d97ec41b

View File

@ -31,7 +31,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
#include <google/sparse_hash_map>
#include <google/sparsetable>
template< typename NodeID, typename Key, bool initialize = false >
template< typename NodeID, typename Key, bool initialize = true >
class ArrayStorage {
public: